mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
uv config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
install:
|
||||
uv sync
|
||||
|
||||
run:
|
||||
run: install
|
||||
uv run python3 a_maze_ing.py config.txt
|
||||
|
||||
debug:
|
||||
@@ -11,9 +11,9 @@ clean:
|
||||
rm -rf __pycache__ .mypy_cache
|
||||
|
||||
lint:
|
||||
uv run python3 -m flake8 .
|
||||
uv run python3 -m mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs
|
||||
uv run flake8 .
|
||||
uv run mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs
|
||||
|
||||
lint-strict:
|
||||
uv run python3 -m flake8 .
|
||||
uv run python3 -m mypy . --strict
|
||||
uv run flake8 .
|
||||
uv run mypy . --strict
|
||||
|
||||
Reference in New Issue
Block a user