Skip to content

Commit a2d7293

Browse files
[pre-commit.ci] pre-commit autoupdate (#152)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8f7d16 commit a2d7293

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.4
3+
rev: v0.8.6
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -25,18 +25,18 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.29.4
28+
rev: 0.30.0
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows
3232

3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.4
34+
rev: v1.7.6
3535
hooks:
3636
- id: actionlint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.13.0
39+
rev: v1.14.1
4040
hooks:
4141
- id: mypy
4242
args:

0 commit comments

Comments
 (0)