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 6c55f63 commit 3ff5cf2Copy full SHA for 3ff5cf2
.pre-commit-config.yaml
@@ -28,20 +28,20 @@ repos:
28
- id: black
29
30
- repo: https://github.com/PyCQA/isort
31
- rev: 6.0.0
+ rev: 6.0.1
32
hooks:
33
- id: isort
34
args: ["--profile", "black"]
35
files: \.py$
36
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.19.1
+ rev: v3.20.0
39
40
- id: pyupgrade
41
args: [--py39-plus]
42
43
- repo: https://github.com/pycqa/flake8
44
- rev: 7.1.1
+ rev: 7.3.0
45
46
- id: flake8
47
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
53
stages: [manual]
54
55
- repo: https://github.com/sirosen/check-jsonschema
56
- rev: 0.31.1
+ rev: 0.33.1
57
58
- id: check-jsonschema
59
name: "Check GitHub Workflows"
0 commit comments