Skip to content

Commit 312fa76

Browse files
committed
Fix double spacing
1 parent eccc200 commit 312fa76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint: \
1414
ruff \
1515
pip-extra-reqs \
1616
pip-missing-reqs \
17-
pyproject-fmt \
17+
pyproject-fmt \
1818
pyright \
1919
pyroma \
2020
spelling \

lint.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ linkcheck:
5454

5555
.PHONY: pyproject-fmt
5656
pyproject-fmt:
57-
pyproject-fmt --check pyproject.toml
57+
pyproject-fmt --check pyproject.toml
5858

5959
.PHONY: fix-pyproject-fmt
6060
fix-pyproject-fmt:
61-
pyproject-fmt pyproject.toml
61+
pyproject-fmt pyproject.toml
6262

6363
.PHONY: spelling
6464
spelling:

0 commit comments

Comments
 (0)