Skip to content

Commit f37f1df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.5...v0.15.12) - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2)
1 parent a9b9312 commit f37f1df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ repos:
2121
hooks:
2222
- id: codespell
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.5
24+
rev: v0.15.12
2525
hooks:
2626
- id: ruff-check
2727
files: src
2828
args: ["--fix", "--show-fixes"]
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 26.3.0
30+
rev: 26.3.1
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.19.1
34+
rev: v1.20.2
3535
hooks:
3636
- id: mypy
3737
files: src

0 commit comments

Comments
 (0)