1
0
Fork 0

ci: fix black formatting call
Some checks failed
/ pre-run-notify (push) Failing after 16s
/ sast (push) Failing after 52s

This commit is contained in:
Marc 2024-07-19 21:45:26 -04:00
parent 21a372aa71
commit 626987ba67
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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