Skip to content

Commit d9c9c85

Browse files
[pre-commit.ci] pre-commit autoupdate (#2241)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b6c99b9 commit d9c9c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
args: [--py310-plus]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: 'v0.9.4'
38+
rev: 'v0.9.9'
3939

4040
hooks:
4141
- id: ruff
@@ -59,7 +59,7 @@ repos:
5959
description: Update the API Reference documentation whenever a Python file is touched in the code base.
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.14.1
62+
rev: v1.15.0
6363
hooks:
6464
- id: mypy
6565
name: "MyPy"

0 commit comments

Comments
 (0)