Skip to content

Commit

Permalink
Move .flake8 into setup.cfg
Browse files Browse the repository at this point in the history
one file less..
  • Loading branch information
lazka committed Sep 24, 2016
1 parent 4a972f9 commit a81558c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[bdist_wheel]
universal = 1

[flake8]
ignore=E402,E731
builtins=unicode

0 comments on commit a81558c

Please sign in to comment.