From: Lucas Flores Date: Mon, 30 Mar 2026 14:08:04 +0000 (+0200) Subject: fixed makefile again............................................................... X-Git-Url: https://git.uwuaxy.net/animations_scrolling.mp4?a=commitdiff_plain;h=bfbfead73fa3383e495c076aec4c6d577f9c875a;p=axy%2Fft%2Fa-maze-ing.git fixed makefile again....................................................................................................................................................... --- diff --git a/Makefile b/Makefile index 6c21d33..93678fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ install: - pip install poetry + python -m pip install poetry python -m poetry install .venv: @@ -9,7 +9,7 @@ venv-bash: .venv bash --init-file <(echo ". ~/.bashrc; . .venv/bin/activate") run-prof: - python -m poetry run python -m cProfile -o out.prof a_maze_ing.py + python -m poetry run python -m cProfile -o out.prof a_maze_ing.py minimal_visual.conf python -m flameprof out.prof > prof.svg run: @@ -23,7 +23,7 @@ clean: rm -rf __pycache__ **/__pycache__ lint: - python -m poetry run flake8 . + python -m poetry run flake8 . --extend-exclude .venv python -m poetry run mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs lint-strict: diff --git a/mazegen-1.0.0-py3-none-any.whl b/mazegen-1.0.0-py3-none-any.whl index 69e8cca..f6e38e8 100644 Binary files a/mazegen-1.0.0-py3-none-any.whl and b/mazegen-1.0.0-py3-none-any.whl differ diff --git a/mazegen-1.0.0.tar.gz b/mazegen-1.0.0.tar.gz index 7adeea4..ce2cb69 100644 Binary files a/mazegen-1.0.0.tar.gz and b/mazegen-1.0.0.tar.gz differ