Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 8, 2018
1 parent be326e1 commit e5d29c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[flake8]
ignore =
D10,
E501
E501,
E722
exclude =
.git,
__pycache__,
Expand Down

0 comments on commit e5d29c3

Please sign in to comment.