From d5ec9f7640165a8e50f9f020bf26e836050f2dd3 Mon Sep 17 00:00:00 2001 From: Qodana Application Date: Tue, 11 Mar 2025 10:00:39 +0000 Subject: [PATCH] Add qodana.yaml file --- qodana.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qodana.yaml diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..bfca57a --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,6 @@ +version: "1.0" +linter: jetbrains/qodana-python:2024.3 +profile: + name: qodana.recommended +include: + - name: CheckDependencyLicenses \ No newline at end of file