We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836512c commit 0cc7a51Copy full SHA for 0cc7a51
Makefile
@@ -86,7 +86,7 @@ configcheck:
86
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
87
88
flakecheck:
89
- $(FLAKE8) --ignore=X999 "$(PROJ)" "$(TESTDIR)"
+ $(FLAKE8) "$(PROJ)" "$(TESTDIR)"
90
91
flakediag:
92
-$(MAKE) flakecheck
requirements/pkgutils.txt
@@ -5,3 +5,4 @@ flakeplus>=1.1
5
tox>=2.3.1
6
sphinx2rst>=1.0
7
bumpversion
8
+pep257
tox.ini
@@ -49,7 +49,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
49
50
[testenv:flake8]
51
commands =
52
- flake8 --ignore=X999 {toxinidir}/kombu {toxinidir}/t
+ flake8 {toxinidir}/kombu {toxinidir}/t
53
54
[testenv:flakeplus]
55
0 commit comments