Skip to content

Commit

Permalink
Merge pull request #1100 from akrherz/pycodestyle
Browse files Browse the repository at this point in the history
add pycodestyle settings to setup.cfg
  • Loading branch information
dopplershift committed Jul 18, 2019
2 parents 929c583 + b9ccdde commit fb01c83
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 fb01c83

Please sign in to comment.