diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9b4ad99..de5e23f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - name: Install pipx run: pip install pipx - name: Check formatting - run: pipx run black **/*.py --check + run: pipx run black . --check - name: Check import ordering run: pipx run isort **/*.py --check