Skip to content

Commit

Permalink
qodana just work #BESTLG-41
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent 2ab129a commit c75ad18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
fetch-depth: 0

# Install Python
- name: Setup Python
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.13' # Specify your desired version
python-version: 3.9

- name: 'Qodana Scan'
uses: JetBrains/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.poetry.dependencies]
python = "^3.9"
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "1.0"
linter:
linters:
- name: jetbrains/qodana-python:2024.1
python_version: "3.9"

Expand Down
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.9

0 comments on commit c75ad18

Please sign in to comment.