summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 22:43:35 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 22:43:35 -0500
commiteb995fafdddc3de9632c3bcb05356e79ee46dc5c (patch)
tree9045de7365c1b989ffc3d0635ade9da216421fcb
parentdc29a65650968de9e7d02e8e1d472747d43ebd12 (diff)
downloadcmd2-git-eb995fafdddc3de9632c3bcb05356e79ee46dc5c.tar.gz
Hopefully print out what files black would want to change
-rw-r--r--.github/workflows/format.yml2
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 .