diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e81d6..b25af92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: poetry install - - name: Run linter - run: poetry run flake8 + - run: poetry run ruff check - - name: Run tests - run: poetry run pytest + - run: poetry run ruff format --diff + + - run: poetry run pytest diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index f222b25..1d4f1ff 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -2,19 +2,19 @@ - -