diff --git a/tox.ini b/tox.ini index e798988..f644eb0 100644 --- a/tox.ini +++ b/tox.ini @@ -27,8 +27,6 @@ commands = {posargs} [flake8] show-source = true builtins = _ -# H803: git commit title ('%s') should not end with period -ignore = H803 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools [hacking]