Skip to content

Commit 2a5891f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.8.4...v0.11.5) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.15.0](pre-commit/mirrors-mypy@v1.14.0...v1.15.0)
1 parent 8a44f5d commit 2a5891f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.8.4
24+
rev: v0.11.5
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.14.0
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)