Skip to content

Commit

Permalink
added setup.cfg to tune linting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jun 30, 2018
1 parent 6cfd0e9 commit c0c1ad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[pycodestyle]
max-line-length = 140
exclude = .git,__pycache__,.tox,docs,build,dist,.eggs,.cache

[flake8]
max-line-length = 140
exclude = .git,__pycache__,.tox,docs,build,dist,.eggs,.cache

0 comments on commit c0c1ad7

Please sign in to comment.