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 7bd4a68 commit dab9570Copy full SHA for dab9570
Makefile
@@ -14,7 +14,7 @@ tests:
14
15
.PHONY: format ## Format code
16
format:
17
- tox -e pre-commit
+ black graphene_django examples setup.py
18
19
.PHONY: lint ## Lint code
20
lint:
setup.py
@@ -26,6 +26,7 @@
26
27
28
dev_requires = [
29
+ "black",
30
"ruff",
31
"pre-commit",
32
] + tests_require
0 commit comments