ci lint: ruff

This commit is contained in:
Guilhem Saurel 2023-03-09 11:56:37 +01:00
parent 62d950ba53
commit 67540f343d

View File

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