Skip to content

Commit a114b6c

Browse files
[pre-commit.ci] pre-commit autoupdate (#1093)
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac69d36 commit a114b6c

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
@@ -30,7 +30,7 @@ repos:
3030
args: [--no-build-isolation]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.17.1"
33+
rev: "v1.18.1"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [cryptography>=3.4.0]
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.12.12
62+
rev: v0.13.0
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)