From 6b5630df7c130c29bd320ad14b4c33365696f86b Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 12 Jun 2024 08:51:07 +0100 Subject: [PATCH] update black --- .github/workflows/autoblack.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index d076215b0a..44e470a0fa 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -36,10 +36,6 @@ jobs: - name: Run Black autoformatter run: poetry run black . - - name: Run Black autoformatter - run: | - source .venv/bin/activate - python3 -m black . - name: If needed, commit black changes to the pull request run: | git config user.name "$(git log -n 1 --pretty=format:%an)"