replace black & isort by ruff

This commit is contained in:
Guilhem Saurel
2024-02-20 10:47:57 +01:00
parent 2005945a2a
commit 1243a0fac2
3 changed files with 7 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ jobs:
python-version: '3.10'
cache: poetry
- run: poetry install --with dev --no-interaction
- run: poetry run black .
- run: poetry run ruff .
- run: poetry run ruff format .
- run: poetry run ruff check .
- run: poetry run safety check
- run: poetry run poetry check