Skip to content

Commit c8d8d96

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.11.10](astral-sh/ruff-pre-commit@v0.4.8...v0.11.10) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.7](rhysd/actionlint@v1.7.1...v1.7.7)
1 parent ae5af09 commit c8d8d96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.11.10
2020
hooks:
2121
- id: ruff
2222
name: "ruff sort imports"
@@ -31,19 +31,19 @@ repos:
3131
name: "ruff lint"
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.15.0
3535
hooks:
3636
- id: mypy
3737
exclude: "docs"
3838
additional_dependencies: ["types-all"]
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.3.0
41+
rev: v2.4.1
4242
hooks:
4343
- id: codespell
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)