Skip to content

Commit

Permalink
add setup.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Gnatenko <[email protected]>
  • Loading branch information
Igor Gnatenko committed Jan 16, 2017
1 parent 714925c commit 0fde862
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[flake8]
ignore =
# E261: at least two spaces before inline comment
E261,
# E302: expected 2 blank lines, found 1
E302,
# E305: expected 2 blank lines after class or function definition, found 1
E305,
max-line-length = 120

0 comments on commit 0fde862

Please sign in to comment.