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.
2 parents fe5a893 + 696585f commit 8787400Copy full SHA for 8787400
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
35
# Autoformat: Python code
36
- repo: https://github.com/psf/black
37
- rev: "24.3.0"
+ rev: "24.4.2"
38
hooks:
39
- id: black
40
@@ -52,7 +52,7 @@ repos:
52
53
# Misc...
54
- repo: https://github.com/pre-commit/pre-commit-hooks
55
- rev: v4.5.0
+ rev: v4.6.0
56
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
57
58
# Autoformat: Makes sure files end in a newline and only a newline.
0 commit comments