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 a9cde9a commit a279ae9Copy full SHA for a279ae9
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/psf/black
19
- rev: 23.3.0
+ rev: 23.7.0
20
hooks:
21
- id: black
22
@@ -28,7 +28,7 @@ repos:
28
files: \.py$
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v3.8.0
+ rev: v3.9.0
32
33
- id: pyupgrade
34
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
46
stages: [manual]
47
48
- repo: https://github.com/sirosen/check-jsonschema
49
- rev: 0.23.2
+ rev: 0.23.3
50
51
- id: check-jsonschema
52
name: "Check GitHub Workflows"
0 commit comments