Skip to content

Commit 56bcad1

Browse files
committed
Create .pep8speaks.yml to set max-line-length to 120
1 parent c82aa6a commit 56bcad1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pep8speaks.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
scanner:
2+
diff_only: True
3+
linter: flake8
4+
5+
flake8:
6+
max-line-length: 120 # Default is 79 in PEP 8
7+
ignore: # Errors and warnings to ignore
8+
- E266
9+
- E303
10+
- E128
11+
- E701
12+
- W504

0 commit comments

Comments
 (0)