mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
ci lint: ruff
This commit is contained in:
parent
62d950ba53
commit
67540f343d
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user