[Python-modules-commits] [sphinx-celery] 03/08: Enable all flake8 rules
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.1
in repository sphinx-celery.
commit afaafc614897b22cbf30049932f13cad770bc072
Author: Ask Solem <ask at celeryproject.org>
Date: Fri Jul 1 14:37:57 2016 -0700
Enable all flake8 rules
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f4ab55c..7f32998 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ configcheck:
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
flakecheck:
- $(FLAKE8) "$(PROJ)"
+ $(FLAKE8) --ignore=X999 "$(PROJ)"
flakediag:
-$(MAKE) flakecheck
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-celery.git
More information about the Python-modules-commits
mailing list