We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c550 commit f0c3a58Copy full SHA for f0c3a58
setup.py
@@ -8,7 +8,7 @@
8
entry_points={"console_scripts": ["detect-private-key=custom_hooks.detect_private_key:main"]},
9
install_requires=[
10
"isort==5.13.2",
11
- "black==19.10b0",
+ "black==24.4.0",
12
"flake8==6.1.0",
13
"flake8-isort==6.1.0",
14
"flake8-quotes==3.3.2",
0 commit comments