Skip to content

Commit 0430e50

Browse files
committed
Disable the new check-class-attributes pydoclint check
This check works with the `Attributes:` section in the class docstring, but we are using a docstring when declaring the attribute instead, which is handled better by `mkdocstrings`, so this check is not useful for us as it will always fail. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1cfde78 commit 0430e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ check-yield-types = false
121121
arg-type-hints-in-docstring = false
122122
arg-type-hints-in-signature = true
123123
allow-init-docstring = true
124+
check-class-attributes = false
124125

125126
[tool.pylint.similarities]
126127
ignore-comments = ['yes']

0 commit comments

Comments
 (0)