From 00f878c557942dfd8c4024c61aa63a7400336519 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 8 Aug 2013 22:36:40 +1200 Subject: Stop checking periods in commit messages This breaks various peoples fingers and there was no overwhelming community support, nor historical evidence, for enforcing the proposed rule in either direction. Change-Id: Id2a5af9bb8a49af0a2f94b38a8e7d5ef1208e627 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1cf797c..abc81c6 100644 --- a/tox.ini +++ b/tox.ini @@ -30,5 +30,6 @@ commands = commands = {posargs} [flake8] +ignore = H803 exclude = .venv,.tox,dist,doc,*.egg,build show-source = true -- cgit v1.2.1