Skip to content

Commit

Permalink
Added E402 to list of ignored PEP8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiberiu Ichim committed Feb 11, 2015
1 parent 82c4e81 commit 09f1e91
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
Expand Up @@ -11,7 +11,7 @@ addopts =
--cov-report=term-missing
kotti/
python_files = test_*.py
pep8ignore = E501 E122 E123 E125 E128 E711 E713 E714
pep8ignore = E501 E122 E123 E125 E128 E711 E713 E714 E402
markers =
user: mark test to be run as the given user
slow: mark test to be run only with --runslow option
Expand Down

0 comments on commit 09f1e91

Please sign in to comment.