diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 07:58:23 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 07:58:23 +0800 |
commit | 0c9d067e847377657b2208012df020b0b8650b5f (patch) | |
tree | 107a08ba1ed44d7899329ec74e449ad589ef1495 | |
parent | d8bcb80f765052a072a76a22cb6f885158922984 (diff) | |
download | gitpython-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.yml | 5 |
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 |