mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Installing Flake8-pyproject in GHA workflow
This commit is contained in:
parent
6cc629e19d
commit
4f1008f31f
2
.github/workflows/style-checks.yml
vendored
2
.github/workflows/style-checks.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies with pip
|
- name: Install dependencies with pip
|
||||||
run: |
|
run: |
|
||||||
pip install black flake8
|
pip install black flake8 Flake8-pyproject
|
||||||
|
|
||||||
# - run: isort --check-only .
|
# - run: isort --check-only .
|
||||||
- run: black --check .
|
- run: black --check .
|
||||||
|
Loading…
Reference in New Issue
Block a user