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 940c464 + 6db20fc commit 9c22ac7Copy full SHA for 9c22ac7
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.8.0
+ rev: 24.10.0
4
hooks:
5
- id: black
6
args: [--line-length, "128"]
7
8
- repo: https://github.com/asottile/blacken-docs
9
- rev: 1.18.0
+ rev: 1.19.0
10
11
- id: blacken-docs
12
@@ -31,7 +31,7 @@ repos:
31
additional_dependencies: [types-requests==2.26.3]
32
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
- rev: v4.6.0
+ rev: v5.0.0
35
36
- id: check-json
37
- id: check-toml
0 commit comments