From 480bdcf85cf52403ea8971e5fe63acb32b596c1c Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 7 Oct 2024 17:49:47 +0100 Subject: [PATCH] finally add Prospector --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f94937a81..36c1f59ff4 100755 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ 'imagehash', 'isort', 'pre-commit', - # 'prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4', # not yet py312 + 'prospector[with_pyroma]>=1.12', 'vprof', 'yamllint', 'yapf',