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 3032d5d commit e8fcb53Copy full SHA for e8fcb53
Makefile
@@ -10,5 +10,8 @@ build:
10
package-install:
11
uv tool install dist/*.whl
12
13
+package-reinstall:
14
+ uv tool install --force dist/*.whl
15
+
16
lint:
17
uv run ruff check brain_games --fix
0 commit comments