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 45ab90f commit 2b128a6Copy full SHA for 2b128a6
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: black
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 6.0.0
+ rev: 6.0.1
27
hooks:
28
- id: isort
29
args: ["--profile", "black"]
@@ -36,7 +36,7 @@ repos:
36
args: [--py37-plus]
37
38
- repo: https://github.com/pycqa/flake8
39
- rev: 7.1.1
+ rev: 7.1.2
40
41
- id: flake8
42
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
48
stages: [manual]
49
50
- repo: https://github.com/sirosen/check-jsonschema
51
- rev: 0.31.1
+ rev: 0.31.2
52
53
- id: check-jsonschema
54
name: "Check GitHub Workflows"
0 commit comments