Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50fdbc4

Browse filesBrowse 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 1e89164 commit 50fdbc4
Copy full SHA for 50fdbc4

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Open diff view settings
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.