Skip to content

Commit

Permalink
add pycodestyle settings to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jul 18, 2019
1 parent 929c583 commit b9ccdde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
@@ -1,3 +1,7 @@
[pycodestyle]
ignore = W503
max-line-length = 95

[flake8]
ignore = F405 D999 W503
max-line-length = 95
Expand Down

0 comments on commit b9ccdde

Please sign in to comment.