mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-16 15:12:06 +03:00
🔧 Keep excluding migrations
This commit is contained in:
parent
849a55451d
commit
e3cc899966
|
@ -23,6 +23,7 @@ repos:
|
|||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
exclude: migrations/
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 4.0.1
|
||||
hooks:
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -42,7 +42,7 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
|||
basepython = python3.9
|
||||
deps = -e.[dev]
|
||||
commands =
|
||||
black graphene_django examples setup.py --check
|
||||
black --exclude "/migrations/" graphene_django examples setup.py --check
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3.9
|
||||
|
|
Loading…
Reference in New Issue
Block a user