]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
fixed makefile again...............................................................
authorLucas Flores <luflores@k1r4p7.42mulhouse.fr>
Mon, 30 Mar 2026 14:08:04 +0000 (16:08 +0200)
committerLucas Flores <luflores@k1r4p7.42mulhouse.fr>
Mon, 30 Mar 2026 14:08:04 +0000 (16:08 +0200)
Makefile
mazegen-1.0.0-py3-none-any.whl
mazegen-1.0.0.tar.gz

index 6c21d335587681adf88d8c16d5e37a640893f5b9..93678fbf2e2d338a6d207c4f663ce7cc59ac5935 100644 (file)
--- 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:
index 69e8cca043f96fe96044cc63c08045a2f316267f..f6e38e89be44b974c77b82a7d72bc5b57646d1a1 100644 (file)
Binary files a/mazegen-1.0.0-py3-none-any.whl and b/mazegen-1.0.0-py3-none-any.whl differ
index 7adeea4b62287eb52f6afe9ae9ee60989c066c35..ce2cb6943f1e938a3b3dfe0112125bce0854717d 100644 (file)
Binary files a/mazegen-1.0.0.tar.gz and b/mazegen-1.0.0.tar.gz differ