Skip to content

Commit 5e54716

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#179)
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2b4a579 commit 5e54716

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.15.0
32+
rev: v1.16.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.11.8"
42+
rev: "v0.11.12"
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)