diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:13:27 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:13:27 -0500 |
| commit | 076c9ebea10fba2a978d19057caccab9e8862ab4 (patch) | |
| tree | a1ae525672109429e3a6e2fd7d5cc53f0b52106e /.github/workflows/format.yml | |
| parent | eb995fafdddc3de9632c3bcb05356e79ee46dc5c (diff) | |
| download | cmd2-git-076c9ebea10fba2a978d19057caccab9e8862ab4.tar.gz | |
Attempt to fix remaining black failures
Diffstat (limited to '.github/workflows/format.yml')
| -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 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 . |
