Skip to content

Commit

Permalink
Add some basic linting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kirberich committed Mar 18, 2017
1 parent d0ac815 commit e2499df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = D203
max-line-length = 180
exclude = .git,env,__pycache__
max-complexity = 10

0 comments on commit e2499df

Please sign in to comment.