Closed mallport closed 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/
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/