We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f46b16 commit 4976986Copy full SHA for 4976986
1 file changed
run_pylint.py
@@ -28,6 +28,7 @@
28
'too-few-public-methods',
29
'attribute-defined-outside-init',
30
'unbalanced-tuple-unpacking',
31
+ 'too-many-lines',
32
'too-many-locals',
33
'exec-used',
34
'no-init',
0 commit comments