Skip to content

Commit

Permalink
fixup! ci: Add a Python code formatting job
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Nov 16, 2023
1 parent 2feb90c commit 18330e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: pip install black==23.9.1
- run: pip install black==23.11.0
- run: black --check --diff .

concurrency:
Expand Down

0 comments on commit 18330e9

Please sign in to comment.