Skip to content

Commit 5ae7682

Browse files
committed
Added pep8speaks.yml file
1 parent cbc9d62 commit 5ae7682

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pep8speaks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# File : .pep8speaks.yml
2+
3+
scanner:
4+
diff_only: True # If True, errors caused by only the patch are shown
5+
linter: flake8
6+
7+
flake8:
8+
max-line-length: 88 # Default is 79 in PEP 8

0 commit comments

Comments
 (0)