From 0c9d067e847377657b2208012df020b0b8650b5f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 07:58:23 +0800 Subject: don't attempt black checking as it binds us to ever changing black versions Maybe there is a way to pin this? --- .github/workflows/pythonpackage.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows/pythonpackage.yml') 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 -- cgit v1.2.1