Skip to content

Commit 46c9003

Browse files
committed
fix: Makefile
1 parent 5c1fe41 commit 46c9003

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
reinstall:
22
uv build
33
uv tool install --force dist/*.whl
4-
uv sync
54

65
install:
76
uv sync
@@ -16,4 +15,7 @@ package-install:
1615
uv tool install --force dist/*.whl
1716

1817
lint:
19-
uv run ruff check brain_even
18+
uv run ruff check brain_games/scripts/brain_games.py
19+
uv run ruff check brain_games/scripts/brain_even.py
20+
uv run ruff check brain_games/utils.py
21+
uv run ruff check brain_games/game_logic.py

0 commit comments

Comments
 (0)