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 c9461c0 commit 60e70bbCopy full SHA for 60e70bb
Makefile
@@ -7,8 +7,8 @@ build:
7
package-install:
8
uv tool install dist/*.whl
9
lint:
10
- uv run ruff check brain-games
+ uv run ruff check brain_games
11
fix:
12
- uv run ruff check --fix brain-games
+ uv run ruff check --fix brain_games
13
uninstall hexlet-code:
14
uv tool uninstall hexlet-code
brain_games/scripts/brain_even.py
@@ -2,6 +2,7 @@
2
3
from brain_games.cli import welcome_user
4
5
+
6
def main():
name = welcome_user()
0 commit comments