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 8b3f562 commit 7e47e9cCopy full SHA for 7e47e9c
Makefile
@@ -8,4 +8,7 @@ build:
8
uv build
9
10
package-install:
11
- uv tool install dist/*.whl
+ uv tool install dist/*.whl
12
+
13
+lint:
14
+ uv run ruff check brain_games
0 commit comments