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 5c1fe41 commit 46c9003Copy full SHA for 46c9003
Makefile
@@ -1,7 +1,6 @@
1
reinstall:
2
uv build
3
uv tool install --force dist/*.whl
4
- uv sync
5
6
install:
7
uv sync
@@ -16,4 +15,7 @@ package-install:
16
15
17
18
lint:
19
- uv run ruff check brain_even
+ uv run ruff check brain_games/scripts/brain_games.py
+ 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