statisticsnorway / ssb-pypitemplate

Template for PyPI-packages in Statistics Norway, based on hyper modern python.
https://statisticsnorway.github.io/ssb-pypitemplate/
MIT License
9 stars 1 forks source link

Ignore Ruff D102 & D101 in tests #43

Closed mallport closed 9 months ago

mallport commented 9 months ago

When creating test classes in tests, documenting the class methods and the class itself is overkill. Same principle as the other "D1xx" cases we ignore.

Cases are documented here: D102: https://docs.astral.sh/ruff/rules/undocumented-public-method/ D101: https://docs.astral.sh/ruff/rules/undocumented-public-class/