From 24110ebb46daecea05a434a70b62a6c33820fb2a Mon Sep 17 00:00:00 2001 From: bacon Date: Fri, 8 Mar 2024 11:07:00 +0300 Subject: [PATCH] some test qodana changes --- qodana.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index c73c31a..e3644c2 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,8 +1,7 @@ version: "1.0" profile: name: qodana.starter -exclude: - - name: PyPackageRequirementsInspection - - name: All - paths: - - requirements.txt +bootstrap: | + rm -rf .idea + pip install -r requirements.txt +