Skip to content

Commit

Permalink
qa: Enable more pylint checks
Browse files Browse the repository at this point in the history
These checks seem useful, I don't know why they should disabled.
  • Loading branch information
dbaty committed May 15, 2024
1 parent c0a9c4c commit b39d1de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ enable = [
]

disable = [
"arguments-differ",
"attribute-defined-outside-init",
"cyclic-import",
"duplicate-code",
Expand All @@ -69,7 +68,6 @@ disable = [
"missing-docstring",
"no-member",
"protected-access",
"superfluous-parens",
"too-few-public-methods",
"too-many-ancestors",
"too-many-arguments",
Expand All @@ -81,6 +79,5 @@ disable = [
"too-many-statements",
"ungrouped-imports",
"unused-argument",
"useless-return",
"wrong-import-order", # we `isort` with a custom config
]

0 comments on commit b39d1de

Please sign in to comment.