diff options
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b50b132f..ff1b6175 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -25,4 +25,4 @@ jobs: - name: Install python prerequisites run: pip install -U --user pip setuptools setuptools-scm black - name: Black - run: python -m black --check -l 127 --skip-string-normalization . + run: python -m black --check -v -l 127 --skip-string-normalization . |