Skip to content

Commit 4e63e60

Browse files
pre-commit-ci[bot]tomwhite
authored andcommitted
[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.6.3 → v0.9.9](astral-sh/ruff-pre-commit@v0.6.3...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent eaa2688 commit 4e63e60

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
@@ -3,15 +3,15 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: "v0.6.3"
14+
rev: "v0.9.9"
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -20,7 +20,7 @@ repos:
2020
- id: ruff-format
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.11.2
23+
rev: v1.15.0
2424
hooks:
2525
- id: mypy
2626
exclude: "docs"

0 commit comments

Comments
 (0)