Skip to content

Commit

Permalink
Add E402 to the list of ignores for the scaffold.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Feb 23, 2015
1 parent 2143522 commit 12950a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotti/scaffolds/package/setup.cfg_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ addopts =
python_files = test*py
markers =
user: mark test to be run as the given user
pep8ignore = E501 E122 E123 E125 E128 E711
pep8ignore = E501 E122 E123 E125 E128 E711 E402

0 comments on commit 12950a9

Please sign in to comment.