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 180dd4f commit 69d69b5Copy full SHA for 69d69b5
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v5.0.0
8
hooks:
9
- id: check-case-conflict
10
- id: check-ast
@@ -22,7 +22,7 @@ repos:
22
- id: trailing-whitespace
23
24
- repo: https://github.com/python-jsonschema/check-jsonschema
25
- rev: 0.27.4
+ rev: 0.31.1
26
27
- id: check-github-workflows
28
@@ -55,7 +55,7 @@ repos:
55
]
56
57
- repo: https://github.com/adamchainz/blacken-docs
58
- rev: "1.16.0"
+ rev: "1.19.1"
59
60
- id: blacken-docs
61
additional_dependencies: [black==23.7.0]
0 commit comments