Skip to content

Commit 86ade4a

Browse files
author
Gauvain Pocentek
committed
pep8 ignore H803 errors (git messages)
1 parent 453224a commit 86ade4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands = {posargs}
2222

2323
[flake8]
2424
exclude = .git,.venv,.tox,dist,doc,*egg,build,
25-
ignore = H501
25+
ignore = H501,H803
2626

2727
[testenv:docs]
2828
commands = python setup.py build_sphinx

0 commit comments

Comments
 (0)