summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:13:27 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:13:27 -0500
commit076c9ebea10fba2a978d19057caccab9e8862ab4 (patch)
treea1ae525672109429e3a6e2fd7d5cc53f0b52106e /.github/workflows/format.yml
parenteb995fafdddc3de9632c3bcb05356e79ee46dc5c (diff)
downloadcmd2-git-076c9ebea10fba2a978d19057caccab9e8862ab4.tar.gz
Attempt to fix remaining black failures
Diffstat (limited to '.github/workflows/format.yml')
-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 ff1b6175..14a4f3a0 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 -v -l 127 --skip-string-normalization .
+ run: python -m black --check --diff -l 127 --skip-string-normalization .