mirror of https://github.com/celery/kombu.git
Fixes flakes
This commit is contained in:
parent
836512cadd
commit
0cc7a517fa
2
Makefile
2
Makefile
|
@ -86,7 +86,7 @@ configcheck:
|
|||
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
|
||||
|
||||
flakecheck:
|
||||
$(FLAKE8) --ignore=X999 "$(PROJ)" "$(TESTDIR)"
|
||||
$(FLAKE8) "$(PROJ)" "$(TESTDIR)"
|
||||
|
||||
flakediag:
|
||||
-$(MAKE) flakecheck
|
||||
|
|
|
@ -5,3 +5,4 @@ flakeplus>=1.1
|
|||
tox>=2.3.1
|
||||
sphinx2rst>=1.0
|
||||
bumpversion
|
||||
pep257
|
||||
|
|
Loading…
Reference in New Issue