We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14699c3 commit c2654feCopy full SHA for c2654fe
.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