We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b104d0 commit 315f071Copy full SHA for 315f071
setup.py
@@ -30,7 +30,7 @@ def long_description():
30
31
linting_deps = [
32
"isort~=5.11.0,<5.12.0", # 5.12.0 drops support for Python 3.7, 6.0.0 drops 3.8
33
- "black~=23.0",
+ "black==23.3.0", # Later versions drop support for Python 3.7
34
"ruff==0.0.267",
35
"codespell[toml]~=2.2.5",
36
"typos~=1.16.11",
0 commit comments