Skip to content

Commit c3ac8f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2)
1 parent 5513cc1 commit c3ac8f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.8.6"
17+
rev: "v0.13.3"
1818
hooks:
1919
- id: ruff
2020
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
2626
- id: prettier
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.14.1
29+
rev: v1.18.2
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [

0 commit comments

Comments
 (0)