We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52656da commit 01cc189Copy full SHA for 01cc189
5 files changed
.pylintrc
@@ -1,5 +1,5 @@
1
[BASIC]
2
-disable=line-too-long
+disable=line-too-long,too-many-lines,too-many-return-statements,too-many-branches
3
4
[FORMAT]
5
expected-line-ending-format=LF
0 commit comments