Skip to content

Commit ed61ea7

Browse files
committed
add fmt & verify
1 parent a7e1008 commit ed61ea7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
fmt:
2+
uv run isort .
3+
uv run black .
4+
uv run ruff check . --fix
5+
6+
verify:
7+
uv run isort . --check
8+
uv run black . --check
9+
uv run ruff check .

0 commit comments

Comments
 (0)