Skip to content

Commit c2654fe

Browse files
jreback3553x
authored andcommitted
CI: add .pep8speakes.yml
1 parent 14699c3 commit c2654fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pep8speakes.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)