Skip to content

Commit 403aa64

Browse files
stefanvbnaul
authored andcommitted
Add pep8speaks config
1 parent e3e4fac commit 403aa64

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pep8speaks.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)