Skip to content

Commit

Permalink
black==24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Feb 22, 2024
1 parent b727c02 commit 09af6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
pip install .
# todo: install also `black[jupyter]`
pip install click "black==24.01" "mypy==1.8.0" \
pip install click "black==24.02" "mypy==1.8.0" \
types-python-dateutil types-waitress types-PyYAML
- name: Style check
run: just black
Expand Down

0 comments on commit 09af6c8

Please sign in to comment.