Skip to content

Commit 60e70bb

Browse files
update Makefile
1 parent c9461c0 commit 60e70bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build:
77
package-install:
88
uv tool install dist/*.whl
99
lint:
10-
uv run ruff check brain-games
10+
uv run ruff check brain_games
1111
fix:
12-
uv run ruff check --fix brain-games
12+
uv run ruff check --fix brain_games
1313
uninstall hexlet-code:
1414
uv tool uninstall hexlet-code

brain_games/scripts/brain_even.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from brain_games.cli import welcome_user
44

5+
56
def main():
67
name = welcome_user()
78

0 commit comments

Comments
 (0)