Skip to content

Commit

Permalink
Create .pep8speaks.yml to set max-line-length to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
my8100 committed Jul 19, 2019
1 parent d7eccea commit 3149cdf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scanner:
diff_only: True
linter: flake8

flake8:
max-line-length: 120 # Default is 79 in PEP 8
ignore: # Errors and warnings to ignore
- E266
- E303
- E128
- E701
- W504

0 comments on commit 3149cdf

Please sign in to comment.