We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2b96b commit 6cee09eCopy full SHA for 6cee09e
.pep8speakes.yml
@@ -0,0 +1,10 @@
1
+# File : .pep8speaks.yml
2
+
3
+scanner:
4
+ diff_only: True # If True, errors caused by only the patch are shown
5
6
+pycodestyle:
7
+ max-line-length: 79
8
+ ignore: # Errors and warnings to ignore
9
+ - E731
10
+ - E402
0 commit comments