Skip to content

Commit 2a2fc0c

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.13...v0.12.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 45f3d2a commit 2a2fc0c

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
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3.11 # NOTE: sync with .python-version-default
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.11.13"
10+
rev: "v0.12.1"
1111
hooks:
1212
- id: ruff
1313
alias: r
@@ -19,7 +19,7 @@ repos:
1919
verbose: true
2020
types_or: [python, pyi, jupyter]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v1.16.0"
22+
rev: "v1.16.1"
2323
hooks:
2424
- id: mypy
2525
args: [--strict, --ignore-missing-imports]

0 commit comments

Comments
 (0)