Skip to content

Commit c9e9cfe

Browse files
committed
Add back black to dev dependencies
1 parent 06d8399 commit c9e9cfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests:
1414

1515
.PHONY: format ## Format code
1616
format:
17-
tox -e pre-commit
17+
black graphene_django examples setup.py
1818

1919
.PHONY: lint ## Lint code
2020
lint:

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727

2828
dev_requires = [
29+
"black",
2930
"ruff",
3031
"pre-commit",
3132
] + tests_require

0 commit comments

Comments
 (0)