Installing Flake8-pyproject in GHA workflow

This commit is contained in:
Martin Kristiansen 2023-08-10 23:45:37 -04:00 committed by psychedelicious
parent 6cc629e19d
commit 4f1008f31f

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies with pip
run: |
pip install black flake8
pip install black flake8 Flake8-pyproject
# - run: isort --check-only .
- run: black --check .