Skip to content

Commit

Permalink
pep8 ignore H803 errors (git messages)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Mar 5, 2016
1 parent 453224a commit 86ade4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -22,7 +22,7 @@ commands = {posargs}

[flake8]
exclude = .git,.venv,.tox,dist,doc,*egg,build,
ignore = H501
ignore = H501,H803

[testenv:docs]
commands = python setup.py build_sphinx
Expand Down

0 comments on commit 86ade4a

Please sign in to comment.