Skip to content

Commit 207e4bc

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.1 → v0.11.8](astral-sh/ruff-pre-commit@v0.4.1...v0.11.8) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0)
1 parent 6518e61 commit 207e4bc

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
exclude: ^tests/fixtures/.*
@@ -16,14 +16,14 @@ repos:
1616
- id: check-added-large-files
1717

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

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.9.0
26+
rev: v1.15.0
2727
hooks:
2828
- id: mypy
2929
additional_dependencies:

0 commit comments

Comments
 (0)