summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:04:39 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:04:39 +0800
commit41b0c3130b28bf311f4f35d3da52670572215ad9 (patch)
tree77bea13100dd15a48b462230e2741b4d9c0df64b
parente530544546b2a4e5f00e8d9458bf1b895573ec41 (diff)
downloadgitpython-41b0c3130b28bf311f4f35d3da52670572215ad9.tar.gz
doesn't look like 'black' can be taught to be consistent across versions
-rw-r--r--.github/workflows/pythonpackage.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 1a10a4b2..881f2ec5 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -44,11 +44,6 @@ jobs:
# and cause subsequent tests to fail
cat test/fixtures/.gitconfig >> ~/.gitconfig
- - name: Lint with black
- run: |
- set -x
- black --check .
-
- name: Lint with flake8
run: |
set -x