Skip to content

Commit c274602

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.14...v0.15.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 3f1f66d commit c274602

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
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.14.14
5+
rev: v0.15.2
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: yamlfmt
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.18.2
28+
rev: v1.19.1
2929
hooks:
3030
- id: mypy
3131
args: [--strict, --ignore-missing-imports, --explicit-package-bases, --no-warn-unused-ignores, --allow-untyped-decorators, --allow-subclassing-any, --allow-untyped-call]

0 commit comments

Comments
 (0)