Skip to content

Commit

Permalink
flake8: also ignore E114
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbastien committed Jan 14, 2016
1 parent 11569ac commit 1466e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pep8]
ignore = E111,E114
[flake8]
ignore = E111
ignore = E111,E114

0 comments on commit 1466e07

Please sign in to comment.