Skip to content

Commit 343c538

Browse files
committed
chage toml and Make
1 parent 69b408f commit 343c538

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ build:
99

1010
package-install:
1111
uv tool install dist/*.whl
12+
13+
lint:
14+
uv run ruff check brain_games

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ dev = [
2323
[project.scripts]
2424
brain-games = 'brain_games.scripts.brain_games:main'
2525
brain-even = "brain_games.scripts.brain_even:main"
26+
brain-calc = 'brain_games.scripts.brain_calc:main'

0 commit comments

Comments
 (0)