diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-05 14:23:54 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-05 14:23:54 +0100 |
commit | 86ade4ac78fd14cc8f12be39c74ff60688a2fcf7 (patch) | |
tree | aad35cbe9114677bd1613c2d0b41d2aff3fac6d8 | |
parent | 453224aaf64c37196b7211de8dd4a60061954987 (diff) | |
download | gitlab-86ade4ac78fd14cc8f12be39c74ff60688a2fcf7.tar.gz |
pep8 ignore H803 errors (git messages)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |