Skip to content

Commit 45851a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#35)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2035d2f commit 45851a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.8.6"
18+
rev: "v0.11.4"
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
2222

2323
- repo: https://github.com/psf/black
24-
rev: "24.10.0"
24+
rev: "25.1.0"
2525
hooks:
2626
- id: black
2727

@@ -37,7 +37,7 @@ repos:
3737
- id: shellcheck
3838

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

0 commit comments

Comments
 (0)