Skip to content

Commit

Permalink
Fix version pin of Black
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Jan 29, 2024
1 parent 41b77d3 commit 4e92cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ check-format:
stage: test
image: python:3.9
before_script:
- pip install 'black<2024'
- pip install 'black<24'
script:
- black . --check --diff
<<: *pip-cache
Expand Down

0 comments on commit 4e92cf5

Please sign in to comment.