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 106e401 commit a991888Copy full SHA for a991888
Makefile
@@ -1,28 +1,17 @@
1
install:
2
uv sync
3
4
-brain-games:
5
- uv run brain-games
6
-
7
-brain-even:
8
- uv run brain-even
9
10
-brain-calc:
11
- uv run brain-calc
12
13
-brain-gcd:
14
- uv run brain-gcd
15
16
-brain-progression:
17
- uv run brain-progression
18
19
-brain-prime:
20
- uv run brain-prime
21
22
build:
23
uv build
24
25
package-install:
+ uv tool install dist/*.whl
+
+package-install-force:
+ uv tool install --force dist/*.whl
+package-install:
+ uv tool uninstall hexlet-code
26
27
lint:
28
uv run ruff check brain_games
0 commit comments