We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e4fac commit 403aa64Copy full SHA for 403aa64
.pep8speaks.yml
@@ -0,0 +1,11 @@
1
+scanner:
2
+ diff_only: True # Errors caused by only the patch are shown, not the whole file
3
+
4
+pycodestyle:
5
+ max-line-length: 80 # Default is 79 in PEP8
6
+ ignore: # Errors and warnings to ignore
7
+ - W391
8
+ - E203
9
10
+no_blank_comment: True # If True, no comment is made when the bot does not find any pep8 errors
11
0 commit comments