mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-08 11:57:36 +08:00
feat: use ruff in GH style-checks action
This commit is contained in:
parent
884ec0b5df
commit
99e4b87fae
7
.github/workflows/style-checks.yml
vendored
7
.github/workflows/style-checks.yml
vendored
@ -18,8 +18,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies with pip
|
||||
run: |
|
||||
pip install black flake8 Flake8-pyproject isort
|
||||
pip install ruff
|
||||
|
||||
- run: isort --check-only .
|
||||
- run: black --check .
|
||||
- run: flake8
|
||||
- run: ruff check .
|
||||
- run: ruff format --check .
|
||||
|
Loading…
Reference in New Issue
Block a user