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 3191129 commit e0fd077Copy full SHA for e0fd077
.pre-commit-config.yaml
@@ -18,19 +18,19 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/psf/black
21
- rev: 24.10.0
+ rev: 25.1.0
22
hooks:
23
- id: black
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 5.13.2
+ rev: 6.0.0
27
28
- id: isort
29
args: ["--profile", "black"]
30
files: \.py$
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.19.0
+ rev: v3.19.1
34
35
- id: pyupgrade
36
args: [--py37-plus]
@@ -48,7 +48,7 @@ repos:
48
stages: [manual]
49
50
- repo: https://github.com/sirosen/check-jsonschema
51
- rev: 0.30.0
+ rev: 0.31.1
52
53
- id: check-jsonschema
54
name: "Check GitHub Workflows"
0 commit comments