From 8527f913a2396c58eae5b152eaa54e30566aa91e Mon Sep 17 00:00:00 2001 From: Burton DeWilde Date: Wed, 26 Aug 2020 18:24:07 -0500 Subject: [PATCH] Revoke black's commit rejection powers fuck off with your inconsistent behavior --- .github/workflows/lint_and_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_format.yml b/.github/workflows/lint_and_format.yml index befca50e9..112687205 100644 --- a/.github/workflows/lint_and_format.yml +++ b/.github/workflows/lint_and_format.yml @@ -17,7 +17,7 @@ jobs: python -m pip install black flake8 - name: check formatting with black run: | - python -m black --check --diff src scripts + python -m black --diff src scripts - name: lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names