Skip to content

Commit

Permalink
Add a flake8.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Barlow committed Nov 19, 2014
1 parent b375011 commit 446f7cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake8.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[flake8]
exclude = ./docs/*
# E401: multiple imports on one line
# W391: blank line at end of file (sadly, it will complain on empty __init__.py files)
ignore = E401,W391
max-line-length = 100

0 comments on commit 446f7cf

Please sign in to comment.