From 7f73fedc1cca47bcef88a67622977ea832a3d35c Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 7 Oct 2013 14:09:34 -0400 Subject: [PATCH] Ignore H803 from Hacking. H803 checks for a period in commit messages, something the community clearly rejected as a sensible check: periods in commit messages should neither be rejected or required. Change-Id: I754e10ca01b3e6f8c6482e1bcd4c2e2ca8c1cfc9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11df1a3c8..2b2fa3399 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,6 @@ commands = commands = {posargs} [flake8] -ignore = E711,E712,F401,F403,F841,H302,H303,H304,H402,H404 +ignore = E711,E712,F401,F403,F841,H302,H303,H304,H402,H404,H803 builtins = _ exclude = .git,.venv,.tox,dist,doc,common,*egg,build -- 2.45.2