Skip to content

Commit

Permalink
add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Jun 4, 2018
1 parent 63ee256 commit 05d17b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
@@ -0,0 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit 05d17b4

Please sign in to comment.