Skip to content

Commit 87af6e3

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.5 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.5...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1)
1 parent a4ab9ab commit 87af6e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# * Run "pre-commit install".
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-toml
1111
- id: check-yaml
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.4.5
19+
rev: v0.8.6
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.10.0
26+
rev: v1.14.1
2727
hooks:
2828
- id: mypy
2929
args: ["--explicit-package-bases"]

0 commit comments

Comments
 (0)