Skip to content

Commit

Permalink
update black
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jun 12, 2024
1 parent 7b4385d commit 6b5630d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/autoblack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 6b5630d

Please sign in to comment.