Skip to content

Commit 02b5153

Browse files
chore: enable pylint checks which require no changes
Enabled the pylint checks that don't require any code changes. Previously these checks were disabled.
1 parent f9a972f commit 02b5153

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,8 @@ disable = [
5151
"arguments-renamed",
5252
"attribute-defined-outside-init",
5353
"broad-except",
54-
"consider-using-generator",
5554
"cyclic-import",
5655
"duplicate-code",
57-
"fixme",
58-
"implicit-str-concat",
5956
"import-outside-toplevel",
6057
"invalid-name",
6158
"missing-class-docstring",
@@ -68,7 +65,6 @@ disable = [
6865
"redefined-builtin",
6966
"redefined-outer-name",
7067
"signature-differs",
71-
"super-with-arguments",
7268
"too-few-public-methods",
7369
"too-many-ancestors",
7470
"too-many-arguments",
@@ -77,11 +73,8 @@ disable = [
7773
"too-many-lines",
7874
"too-many-locals",
7975
"too-many-statements",
80-
"unexpected-keyword-arg",
8176
"unsubscriptable-object",
8277
"unused-argument",
83-
"useless-import-alias",
84-
"useless-object-inheritance",
8578

8679
]
8780

0 commit comments

Comments
 (0)