ci: fix black formatting call
This commit is contained in:
parent
21a372aa71
commit
626987ba67
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,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 **/*.py --check
|
run: pipx run black . --check
|
||||||
- name: Check import ordering
|
- name: Check import ordering
|
||||||
run: pipx run isort **/*.py --check
|
run: pipx run isort **/*.py --check
|
||||||
|
|
Loading…
Reference in a new issue