Skip to content

Commit f5cb70f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 2cc8e63 commit f5cb70f

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
@@ -5,15 +5,15 @@ ci:
55
- taplo-lint
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.11.12
8+
rev: v0.12.2
99
hooks:
1010
- id: ruff
1111
name: Ruff
1212
description: Run Ruff linter and autofixer
1313
args:
1414
- --fix
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.16.0
16+
rev: v1.16.1
1717
hooks:
1818
- id: mypy
1919
name: MyPy

0 commit comments

Comments
 (0)