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 eccc200 commit 312fa76Copy full SHA for 312fa76
Makefile
@@ -14,7 +14,7 @@ lint: \
14
ruff \
15
pip-extra-reqs \
16
pip-missing-reqs \
17
- pyproject-fmt \
+ pyproject-fmt \
18
pyright \
19
pyroma \
20
spelling \
lint.mk
@@ -54,11 +54,11 @@ linkcheck:
54
55
.PHONY: pyproject-fmt
56
pyproject-fmt:
57
- pyproject-fmt --check pyproject.toml
+ pyproject-fmt --check pyproject.toml
58
59
.PHONY: fix-pyproject-fmt
60
fix-pyproject-fmt:
61
- pyproject-fmt pyproject.toml
+ pyproject-fmt pyproject.toml
62
63
.PHONY: spelling
64
spelling:
0 commit comments