diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 22:43:35 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 22:43:35 -0500 |
commit | eb995fafdddc3de9632c3bcb05356e79ee46dc5c (patch) | |
tree | 9045de7365c1b989ffc3d0635ade9da216421fcb | |
parent | dc29a65650968de9e7d02e8e1d472747d43ebd12 (diff) | |
download | cmd2-git-eb995fafdddc3de9632c3bcb05356e79ee46dc5c.tar.gz |
Hopefully print out what files black would want to change
-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 . |