Skip to content

Commit

Permalink
flake8: add flake8 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Dec 17, 2017
1 parent e1eacd6 commit 593c90a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[flake8]
exclude = .svn,CVS,.bzr,.hg,.git,__pycache,tests/*
filename = *.py
ignore = D100,D101,D102,D103,D104,D201D201,D202,D203,D204,E402,E123/E133,E226,E241/E242,H101,H301,H304,I100,I201
max-line-length = 99
max-complexity = 10

0 comments on commit 593c90a

Please sign in to comment.