Skip to content

Commit

Permalink
Added setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
snake575 committed Dec 28, 2016
1 parent 30a976b commit b0b660d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
#H301 — one import per line
#H306 — imports not in alphabetical order
ignore = H301,H306

0 comments on commit b0b660d

Please sign in to comment.