Skip to content

Commit a3808a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 7fcc544 commit a3808a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.11.4"
16+
rev: "v0.12.2"
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
@@ -25,7 +25,7 @@ repos:
2525

2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.15.0"
28+
rev: "v1.16.1"
2929
hooks:
3030
- id: mypy
3131
exclude: examples

0 commit comments

Comments
 (0)