Update linting rules and workflow

This commit is contained in:
Veronica Berglyd Olsen
2025-04-07 16:52:02 +02:00
parent a760b22341
commit dab48d43a5
3 changed files with 46 additions and 21 deletions
+6 -2
View File
@@ -23,11 +23,15 @@ jobs:
uses: actions/checkout@v4
- name: Install Dependencies
run: pip install -r requirements.txt -r requirements-dev.txt
- name: Run Ruff
- name: Ruff Check
run: |
ruff --version
ruff check
- name: Run Pyright
- name: Pyright Check
run: |
pyright --version
pyright
- name: Isort Check
run: |
isort --version
isort --check .