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 e37cc39 commit 5a0a2ddCopy full SHA for 5a0a2dd
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
exclude: ^fuzz/generated/
15
16
- repo: https://github.com/psf/black-pre-commit-mirror
17
- rev: 24.3.0
+ rev: 24.4.0
18
hooks:
19
- id: black
20
dev-requirements.txt
@@ -1,4 +1,4 @@
1
-black==24.3.0
+black==24.4.0
2
isort; python_version < "3.8"
3
isort==5.13.2; python_version >= "3.8"
4
pre-commit; python_version <= "3.8"
0 commit comments