Skip to content

Commit 5a8709b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.11.5](astral-sh/ruff-pre-commit@v0.8.3...v0.11.5) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 3e27851 commit 5a8709b

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
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.8.3
3+
rev: v0.11.5
44
hooks:
55
- id: ruff
66
args:
77
- --fix
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: "v1.13.0"
9+
rev: "v1.15.0"
1010
hooks:
1111
- id: mypy
1212
args:
1313
- --ignore-missing-imports
1414
- --follow-imports=silent
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.6.0 # Use the ref you want to point at
17+
rev: v5.0.0 # Use the ref you want to point at
1818
hooks:
1919
- id: trailing-whitespace

0 commit comments

Comments
 (0)