Skip to content

Commit

Permalink
Ignore flake8 errors incompatible with PEP8
Browse files Browse the repository at this point in the history
* E203: See psf/black#315
* W503: See psf/black#21
  • Loading branch information
jonathanhaigh committed Jun 5, 2020
1 parent 539f2e2 commit f2e4673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
exclude = .git,__pycache__,*.swp
max-complexity = 10
max-line-length = 79
ignore = E203,W503

0 comments on commit f2e4673

Please sign in to comment.