Skip to content

Commit

Permalink
W503 is not PEP8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
aadis committed Apr 22, 2019
1 parent afc9cc1 commit 95aea3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 80
exclude = .git, __pycache__
exclude = .git, __pycache__, venv
select = C,E,F,W,B,B950
ignore = E501
ignore = E501,W503

0 comments on commit 95aea3c

Please sign in to comment.