Skip to content

Commit a7dc65d

Browse files
committed
Update Makefile
1 parent 64c4015 commit a7dc65d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
remove:
77
pip uninstall python3_capsolver -y
88

9-
refactor:
9+
refactor: install
1010
uv run black docs/
1111
uv run isort docs/
1212

@@ -19,7 +19,7 @@ refactor:
1919
uv run black src/ tests/
2020
uv run isort src/ tests/
2121

22-
lint:
22+
lint: install
2323
uv run autoflake --in-place --recursive src/ --check
2424
uv run black src/ --check
2525
uv run isort src/ --check-only

0 commit comments

Comments
 (0)