Skip to content

Commit edfb43a

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 4455a6e commit edfb43a

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
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.11.4"
18+
rev: "v0.12.2"
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
@@ -37,7 +37,7 @@ repos:
3737
- id: shellcheck
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: "v1.15.0"
40+
rev: "v1.16.1"
4141
hooks:
4242
- id: mypy
4343
args: []

0 commit comments

Comments
 (0)