From 3f093a2d7767dff1adaf876a6bcf06e55eab1375 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 16 Aug 2013 13:07:50 +1200 Subject: [PATCH] Ignore the ending of commit messages. Per the list discussion this isn't something that should have any impact on reviews. Life's too short. Change-Id: I8debad98dd1177164699678985a8793d0762bfb1 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 323ee319eb..cbbde4b4e5 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,5 @@ commands = commands = flake8 [flake8] +ignore = H803 exclude = .venv,.git,.tox,dist,doc,*egg,build