Skip to content

Commit 482b5c4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.9.2](astral-sh/ruff-pre-commit@v0.4.8...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.7](rhysd/actionlint@v1.7.1...v1.7.7)
1 parent ae5af09 commit 482b5c4

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/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -16,7 +16,7 @@ repos:
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.4.8
19+
rev: v0.9.2
2020
hooks:
2121
- id: ruff
2222
name: "ruff sort imports"
@@ -31,7 +31,7 @@ repos:
3131
name: "ruff lint"
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.14.1
3535
hooks:
3636
- id: mypy
3737
exclude: "docs"
@@ -44,6 +44,6 @@ repos:
4444
files: ".py|.rst"
4545

4646
- repo: https://github.com/rhysd/actionlint
47-
rev: "v1.7.1"
47+
rev: "v1.7.7"
4848
hooks:
4949
- id: actionlint

0 commit comments

Comments
 (0)