From eaf034e8cb02b8fd84d14f1ae5e4614ec336c3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Thu, 25 Jul 2024 11:09:02 +0200 Subject: [PATCH] feat(config): Add pipx as poisonable step --- ql/lib/ext/config/poisonable_steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ql/lib/ext/config/poisonable_steps.yml b/ql/lib/ext/config/poisonable_steps.yml index 1e0abb02d44..e2742fd60a7 100644 --- a/ql/lib/ext/config/poisonable_steps.yml +++ b/ql/lib/ext/config/poisonable_steps.yml @@ -40,6 +40,7 @@ extensions: - ["phpstan"] - ["pip\\s+install\\s+-r"] - ["pip\\s+install\\s+--requirement"] + - ["pipx\\s+install\\s+\\."] - ["poetry"] - ["pylint"] - ["pytest"]