Skip to content

Commit

Permalink
chore: enable pylint checks which require no changes
Browse files Browse the repository at this point in the history
Enabled the pylint checks that don't require any code changes.
Previously these checks were disabled.
  • Loading branch information
JohnVillalovos committed Jun 4, 2022
1 parent 1e89164 commit 50fdbc4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Expand Up @@ -51,11 +51,8 @@ disable = [
"arguments-renamed",
"attribute-defined-outside-init",
"broad-except",
"consider-using-generator",
"cyclic-import",
"duplicate-code",
"fixme",
"implicit-str-concat",
"import-outside-toplevel",
"invalid-name",
"missing-class-docstring",
Expand All @@ -68,7 +65,6 @@ disable = [
"redefined-builtin",
"redefined-outer-name",
"signature-differs",
"super-with-arguments",
"too-few-public-methods",
"too-many-ancestors",
"too-many-arguments",
Expand All @@ -77,11 +73,8 @@ disable = [
"too-many-lines",
"too-many-locals",
"too-many-statements",
"unexpected-keyword-arg",
"unsubscriptable-object",
"unused-argument",
"useless-import-alias",
"useless-object-inheritance",

]

Expand Down

0 comments on commit 50fdbc4

Please sign in to comment.