Skip to content

Commit 3e6c8a2

Browse files
authored
Merge pull request #558 from ome/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c542100 + 2a8ebc7 commit 3e6c8a2

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)