From b4b238057e7913c93245b484bdd50131dafd71f3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 07:53:43 +0800 Subject: Revert "Remove flake8 linting in favor of `black` formatting" This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500. --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/pythonpackage.yml') diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index bcb47008..881f2ec5 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -44,10 +44,10 @@ jobs: # and cause subsequent tests to fail cat test/fixtures/.gitconfig >> ~/.gitconfig - - name: Lint with Black + - name: Lint with flake8 run: | set -x - black --check . + flake8 - name: Check types with mypy # With new versions of pypi new issues might arise. This is a problem if there is nobody able to fix them, -- cgit v1.2.1