diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 00000000..c28d57d6 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,12 @@ +version: "1.0" + +profile: + name: qodana.starter + +exclude: + - name: All + paths: + - src/ramjet + - examples + +linter: jetbrains/qodana-python:latest