Skip to content

Commit

Permalink
Merge pull request #232 from Alnusjaponica/pin-black-version
Browse files Browse the repository at this point in the history
Specify black version in the CI
  • Loading branch information
HideakiImamura authored Feb 2, 2024
2 parents bba9b7a + dc50172 commit 01eaaed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Install
run: |
python -m pip install -U pip
pip install --progress-bar off -U black hacking isort
pip install --progress-bar off -U hacking isort
# TODO(Shinichi): Remove version specification after black 24.x becomes stable.
pip install --progress-bar off -U "black<24.0.0"
- name: black
run: black . --check --diff
Expand Down

0 comments on commit 01eaaed

Please sign in to comment.