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 7de7b99 commit fac48e8Copy full SHA for fac48e8
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.13.3
+ rev: v0.14.10
4
hooks:
5
- id: ruff-check
6
args: [--exit-non-zero-on-fix]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 25.9.0
+ rev: 25.12.0
10
11
- id: black
12
@@ -26,17 +26,17 @@ repos:
26
- id: trailing-whitespace
27
28
- repo: https://github.com/python-jsonschema/check-jsonschema
29
- rev: 0.34.0
+ rev: 0.36.0
30
31
- id: check-github-workflows
32
33
- repo: https://github.com/rhysd/actionlint
34
- rev: v1.7.7
+ rev: v1.7.10
35
36
- id: actionlint
37
38
- repo: https://github.com/tox-dev/pyproject-fmt
39
- rev: v2.7.0
+ rev: v2.11.1
40
41
- id: pyproject-fmt
42
0 commit comments