This commit is contained in:
Michael Greene
2014-10-01 11:04:01 -07:00
parent 92e02291ee
commit f8ec3055ed
5 changed files with 14 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ norecursedirs = testdata
[flake8]
exclude = .git,.idea,__pycache__,.tox,tests/*,docs/*,test_load_asc_bench.py
ignore = E201,E202,E221,E251,E265,F821
ignore = E201,E202,E221,E251,E265,F821,N805
max-line-length = 160
[testenv]