summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:55:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:55:40 +0800
commitd8bcb80f765052a072a76a22cb6f885158922984 (patch)
tree50448375267b27e8290ac208e813292ff1a43480 /.github/workflows
parentb4b238057e7913c93245b484bdd50131dafd71f3 (diff)
downloadgitpython-d8bcb80f765052a072a76a22cb6f885158922984.tar.gz
improve compatibility of flake8 with black
Diffstat (limited to '.github/workflows')
-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