Skip to content

Commit

Permalink
chore: pin black version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Jan 30, 2024
1 parent 60ea247 commit d7b69c3
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 481 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/blackformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
with:
python-version: "3.9"
- name: Black Code Formatter Check
uses: psf/black@stable
# The version of black should be adjusted at the same time dev
# dependencies are updated.
uses: psf/black@24.1.1

0 comments on commit d7b69c3

Please sign in to comment.