Skip to content

Commit 0cc7a51

Browse files
committed
Fixes flakes
1 parent 836512c commit 0cc7a51

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configcheck:
8686
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
8787

8888
flakecheck:
89-
$(FLAKE8) --ignore=X999 "$(PROJ)" "$(TESTDIR)"
89+
$(FLAKE8) "$(PROJ)" "$(TESTDIR)"
9090

9191
flakediag:
9292
-$(MAKE) flakecheck

requirements/pkgutils.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ flakeplus>=1.1
55
tox>=2.3.1
66
sphinx2rst>=1.0
77
bumpversion
8+
pep257

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
4949

5050
[testenv:flake8]
5151
commands =
52-
flake8 --ignore=X999 {toxinidir}/kombu {toxinidir}/t
52+
flake8 {toxinidir}/kombu {toxinidir}/t
5353

5454
[testenv:flakeplus]
5555
commands =

0 commit comments

Comments
 (0)