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 ae4512a + 7e9ec31 commit 6f699f2Copy full SHA for 6f699f2
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.7.0
+ rev: 23.9.1
4
hooks:
5
- id: black
6
args: [--line-length, "128"]
@@ -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.4.0
+ rev: v4.5.0
35
36
- id: check-json
37
- id: check-toml
0 commit comments