We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98911cb commit 548febeCopy full SHA for 548febe
.pylintrc
@@ -7,6 +7,7 @@ disable=
7
C0115, # missing-class-docstring
8
C0116, # missing-function-docstring
9
C0301, # line-too-long
10
+ E0401, # import-error
11
R0903, # too-few-public-methods
12
R0913, # too-many-arguments
13
R0917, # too-many-positional-arguments
0 commit comments