summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:00:31 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:00:31 +0800
commit68fca7465366432c18d289bbe4b6e6edbd8962ab (patch)
tree50448375267b27e8290ac208e813292ff1a43480
parent0c9d067e847377657b2208012df020b0b8650b5f (diff)
downloadgitpython-68fca7465366432c18d289bbe4b6e6edbd8962ab.tar.gz
Revert "don't attempt black checking as it binds us to ever changing black versions"
This reverts commit 0c9d067e847377657b2208012df020b0b8650b5f.
-rw-r--r--.github/workflows/pythonpackage.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 881f2ec5..1a10a4b2 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -44,6 +44,11 @@ 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