summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:58:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:58:23 +0800
commit0c9d067e847377657b2208012df020b0b8650b5f (patch)
tree107a08ba1ed44d7899329ec74e449ad589ef1495
parentd8bcb80f765052a072a76a22cb6f885158922984 (diff)
downloadgitpython-0c9d067e847377657b2208012df020b0b8650b5f.tar.gz
don't attempt black checking as it binds us to ever changing black versions
Maybe there is a way to pin this?
-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