We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e654b3 commit 67a4428Copy full SHA for 67a4428
.pre-commit-config.yaml
@@ -9,11 +9,11 @@ repos:
9
hooks:
10
- id: yesqa
11
- repo: https://github.com/PyCQA/isort
12
- rev: '5.13.2'
+ rev: '6.0.0'
13
14
- id: isort
15
- repo: https://github.com/psf/black
16
- rev: '24.10.0'
+ rev: '25.1.0'
17
18
- id: black
19
language_version: python3 # Should be a command that runs python3.6+
@@ -41,7 +41,7 @@ repos:
41
- id: flake8
42
exclude: "^docs/"
43
- repo: https://github.com/rhysd/actionlint
44
- rev: v1.7.6
+ rev: v1.7.7
45
46
- id: actionlint-docker
47
args:
@@ -52,7 +52,7 @@ repos:
52
- -ignore
53
- 'SC1004:'
54
- repo: https://github.com/sirosen/check-jsonschema
55
- rev: 0.31.0
+ rev: 0.31.1
56
57
- id: check-github-actions
58
ci:
0 commit comments