Skip to content

Commit 118782f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.4...v0.12.0)
1 parent 2745b00 commit 118782f

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
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.15.0
15+
rev: v1.16.1
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:
@@ -28,7 +28,7 @@ repos:
2828
- id: tox-ini-fmt
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: 'v0.11.4'
31+
rev: 'v0.12.0'
3232
hooks:
3333
- id: ruff
3434
args:

0 commit comments

Comments
 (0)