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 69b408f commit 343c538Copy full SHA for 343c538
Makefile
@@ -9,3 +9,6 @@ build:
9
10
package-install:
11
uv tool install dist/*.whl
12
+
13
+lint:
14
+ uv run ruff check brain_games
pyproject.toml
@@ -23,3 +23,4 @@ dev = [
23
[project.scripts]
24
brain-games = 'brain_games.scripts.brain_games:main'
25
brain-even = "brain_games.scripts.brain_even:main"
26
+brain-calc = 'brain_games.scripts.brain_calc:main'
0 commit comments