Skip to content

Commit ff7947a

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#181)
updates: - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c896d72 commit ff7947a

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
@@ -32,7 +32,7 @@ repos:
3232
args: [--include-version-classifiers, --max-py-version=3.13]
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.16.0
35+
rev: v1.16.1
3636
hooks:
3737
- id: mypy
3838
files: src
@@ -42,7 +42,7 @@ repos:
4242
- types-requests
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.11.12"
45+
rev: "v0.12.2"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)