mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Remove duplicate flake8 call in tox, it's covered by pre-commit (#1448)
This commit is contained in:
parent
cbf59a88ad
commit
355601bd5c
10
tox.ini
10
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py3{6,7,8,9,10}, flake8, mypy, pre-commit
|
envlist = py3{6,7,8,9,10}, mypy, pre-commit
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -26,12 +26,4 @@ deps =
|
||||||
commands =
|
commands =
|
||||||
mypy graphene
|
mypy graphene
|
||||||
|
|
||||||
[testenv:flake8]
|
|
||||||
basepython = python3.9
|
|
||||||
deps =
|
|
||||||
flake8>=4,<5
|
|
||||||
commands =
|
|
||||||
pip install --pre -e .
|
|
||||||
flake8 graphene
|
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user