Skip to content

Commit 355601b

Browse files
authored
Remove duplicate flake8 call in tox, it's covered by pre-commit (#1448)
1 parent cbf59a8 commit 355601b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tox.ini

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py3{6,7,8,9,10}, flake8, mypy, pre-commit
2+
envlist = py3{6,7,8,9,10}, mypy, pre-commit
33
skipsdist = true
44

55
[testenv]
@@ -26,12 +26,4 @@ deps =
2626
commands =
2727
mypy graphene
2828

29-
[testenv:flake8]
30-
basepython = python3.9
31-
deps =
32-
flake8>=4,<5
33-
commands =
34-
pip install --pre -e .
35-
flake8 graphene
36-
3729
[pytest]

0 commit comments

Comments
 (0)