From 5a42a8e64c5d53b951a17c0783a82a68da9d733d Mon Sep 17 00:00:00 2001 From: Lucas Flores Date: Mon, 30 Mar 2026 15:58:16 +0200 Subject: [PATCH] fixed makefile (nique profile) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 4cd4dd9..6c21d33 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,4 @@ lint-strict: python -m poetry run flake8 . --extend-exclude .venv python -m poetry run mypy . --strict -profile: - python -m cProfile -o out.prof __main__.py - .PHONY: install venv run clean lint lint-strict profile build -- 2.53.0