Skip to content

Commit

Permalink
Enable flake8 ignores and add N806
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 5, 2017
1 parent 5c3b8ec commit e1b923e
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]
max-line-length = 110
ignore = E133, E226, E228, N802, N803
ignore = E133, E226, E228, N802, N803, N806
exclude = __init__.py

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806

0 comments on commit e1b923e

Please sign in to comment.