summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 22:40:40 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 22:40:40 -0500
commitdc29a65650968de9e7d02e8e1d472747d43ebd12 (patch)
tree9f00d7ed2d85174ddfcc38d3926abdc1300f1f97
parent8671ca100fae1f5b906c61dfdde7e9865dc44cf0 (diff)
downloadcmd2-git-dc29a65650968de9e7d02e8e1d472747d43ebd12.tar.gz
Change black config
-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 cf26461b..b50b132f 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 .
+ run: python -m black --check -l 127 --skip-string-normalization .