We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1638ee0 commit c1fa45dCopy full SHA for c1fa45d
pylama.ini
@@ -1,6 +1,6 @@
1
[pylama]
2
linters = pyflakes,mccabe,pep8
3
-ignore = E128,E301,E305,E731
+ignore = E128,E301,E305,E731,C901
4
5
[pylama:pep8]
6
max_line_length = 120
0 commit comments