Skip to content

Commit ec2d34d

Browse files
committed
bumped black version from 23 to 24
1 parent c51690e commit ec2d34d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install black
2626
run: |
27-
pip install black>=23
27+
pip install black>=24
2828
2929
- name: Lint
3030
run: black --check .

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- pytest >=6.0
3939
- pytest-cov
4040
- pytest-xdist
41-
- black >=23
41+
- black >=24
4242
- jupyterlab
4343
- mypy
4444
- codecov

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- pytest >=6.0
3939
- pytest-cov
4040
- pytest-xdist
41-
- black >=23
41+
- black >=24
4242
- ruff
4343
- jupyterlab
4444
- mypy

0 commit comments

Comments
 (0)