chore: fiix issues with workflows

This commit is contained in:
Benex254
2024-08-06 21:39:48 +03:00
parent 70cef9fcdd
commit b458d04352

View File

@@ -34,8 +34,8 @@ jobs:
- name: run linter, formatters and sort imports
run: |
poetry run black .
poetry run ruff check . --fix
poetry run isort --profile black
poetry run ruff check --output-format=github . --fix
poetry run isort . --profile black
- name: run type checking
run: poetry run pyright
- name: run tests