From d9576c6c139d79d6ca43b8535edacf25299516ec Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 10 Mar 2024 21:07:25 +0000 Subject: [PATCH] Update qodana.yaml --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 42754a7..a4e4363 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,6 +1,6 @@ version: "1.0" bootstrap: | rm -rf .idea - pip install -r requirements.txt + pip install -U -r requirements.txt profile: name: qodana.recommended