diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c871480..5532484 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,6 +24,8 @@ jobs: run: | pip install pip-tools pip-sync requirements.txt requirements-dev.txt + - name: Ruff + run: ruff --format=github . - name: Test run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered working-directory: ./src/ diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index 98b3257..e78ac61 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -21,7 +21,7 @@