Skip to content

Commit 2a8ebc7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.5...v0.15.10) - [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.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1)
1 parent c542100 commit 2a8ebc7

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
@@ -19,18 +19,18 @@ repos:
1919
- --autofix
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.5
22+
rev: v0.15.10
2323
hooks:
2424
- id: ruff-check
2525
args: ["--fix", "--show-fixes"]
2626

2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 26.3.0
28+
rev: 26.3.1
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.19.1
33+
rev: v1.20.1
3434
hooks:
3535
- id: mypy
3636
args: [--config-file=mypy.ini]

0 commit comments

Comments
 (0)