Skip to content

Commit

Permalink
qa: Enable back a few pylint checkers
Browse files Browse the repository at this point in the history
They seem interesting enough.
  • Loading branch information
dbaty committed Dec 4, 2021
1 parent a06857d commit 7f17b03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ enable = [
]

disable = [
"arguments-differ",
"attribute-defined-outside-init",
"bad-continuation",
"consider-using-f-string",
"cyclic-import",
"duplicate-code",
Expand All @@ -45,10 +43,7 @@ disable = [
"no-init",
"no-member",
"no-self-use",
"old-style-class",
"protected-access",
"redefined-variable-type",
"superfluous-parens",
"too-few-public-methods",
"too-many-ancestors",
"too-many-arguments",
Expand All @@ -60,6 +55,5 @@ disable = [
"too-many-statements",
"ungrouped-imports",
"unused-argument",
"useless-return",
"wrong-import-order",
]

0 comments on commit 7f17b03

Please sign in to comment.