Skip to content

Commit

Permalink
Remove duplicate flake8 call in tox, it's covered by pre-commit (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Aug 27, 2022
1 parent cbf59a8 commit 355601b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7,8,9,10}, flake8, mypy, pre-commit
envlist = py3{6,7,8,9,10}, mypy, pre-commit
skipsdist = true

[testenv]
Expand All @@ -26,12 +26,4 @@ deps =
commands =
mypy graphene

[testenv:flake8]
basepython = python3.9
deps =
flake8>=4,<5
commands =
pip install --pre -e .
flake8 graphene

[pytest]

0 comments on commit 355601b

Please sign in to comment.