mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
ci lint: ruff
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user