Skip to content

Commit

Permalink
Add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
danixeee authored and renatav committed Oct 9, 2019
1 parent 11d23b5 commit b29d8eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit b29d8eb

Please sign in to comment.