Skip to content

Commit 0a24017

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

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
@@ -29,7 +29,7 @@ repos:
2929
args: [--include-version-classifiers, --max-py-version=3.13]
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.14.1
32+
rev: v1.15.0
3333
hooks:
3434
- id: mypy
3535
files: src
@@ -39,7 +39,7 @@ repos:
3939
- types-requests
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.9.4"
42+
rev: "v0.9.9"
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)