This commit is contained in:
parent
84637ec57f
commit
b7b4e8b57b
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ jobs:
|
||||||
- name: Install pipx
|
- name: Install pipx
|
||||||
run: pip install pipx
|
run: pip install pipx
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: pipx run black . --check
|
run: pipx run black **/*.py --check
|
||||||
- name: Check import ordering
|
- name: Check import ordering
|
||||||
run: pipx run isort . --check
|
run: pipx run isort **/*.py --check
|
||||||
|
|
Loading…
Reference in a new issue