We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7516f commit 952d887Copy full SHA for 952d887
.pre-commit-config.yaml
@@ -23,6 +23,7 @@ repos:
23
rev: 22.3.0
24
hooks:
25
- id: black
26
+ exclude: migrations/
27
- repo: https://github.com/PyCQA/flake8
28
rev: 4.0.1
29
tox.ini
@@ -42,7 +42,7 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
42
basepython = python3.9
43
deps = -e.[dev]
44
commands =
45
- black graphene_django examples setup.py --check
+ black --exclude "/migrations/" graphene_django examples setup.py --check
46
47
[testenv:flake8]
48
0 commit comments