Skip to content

Commit 220c60f

Browse files
committed
Update black to 24.x
1 parent 45048f5 commit 220c60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def version():
3838
# likely to result in formatting changes that should happen in their
3939
# own PR. This will basically happen yearly
4040
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
41-
'black>=23.1.0,<24.0.0',
41+
'black>=24.3.0,<25.0.0',
4242
'build>=0.7.0',
4343
'isort>=5.11.5',
4444
'pyflakes>=2.2.0',

0 commit comments

Comments
 (0)