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 7488613 commit d23ffdfCopy full SHA for d23ffdf
.pylintrc
@@ -7,4 +7,4 @@ disable=
7
too-many-arguments,
8
too-many-instance-attributes,
9
invalid-name,
10
- too-many-lines,
+ too-many-lines, # __init__.py is > 1000 lines
0 commit comments