mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-05 21:03:13 +03:00
Allow customizing options passed to tox -e pre-commit
This commit is contained in:
parent
0ea8c7494c
commit
9d168d2083
2
tox.ini
2
tox.ini
|
@ -38,4 +38,4 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps = pre-commit
|
deps = pre-commit
|
||||||
commands =
|
commands =
|
||||||
pre-commit run --all-files --show-diff-on-failure
|
pre-commit run {posargs:--all-files --show-diff-on-failure}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user