os-climate / ITR

This Python module implements the ITR methodology.
Apache License 2.0
13 stars 9 forks source link

Ruff (Previously PyDocStyle) Linting Errors/Warnings #494

Open ModeSevenIndustrialSolutions opened 4 months ago

ModeSevenIndustrialSolutions commented 4 months ago

Report is too long to post in comments, will attach. ITR-ruff.txt

ModeSevenIndustrialSolutions commented 4 months ago

These have temporarily been suppressed in pyproject.toml with:

[tool.ruff.lint] ignore = [ "B006", "B007", "B008", "B011", "B023", "B024", "B026", "B027", "B028", "B904", "D100", "D101", "D102", "D103", "D105", "D107", "D205", "D400", "D401", "D404", "D415", "D419", "E501", "E721", "F841", "N801", "N802", "N803", "N804", "N805", "N806", "N807", "N814", "N815", "N816", "N999", ]