Skip to content

Commit 1f40f47

Browse files
authored
Merge pull request #539 from ome/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0fc60fd + 95ef84b commit 1f40f47

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

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.1
22+
rev: v0.15.5
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.1.0
28+
rev: 26.3.0
2929
hooks:
3030
- id: black
3131

@@ -42,6 +42,6 @@ repos:
4242
args: [--config-data=relaxed]
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.4.1
45+
rev: v2.4.2
4646
hooks:
4747
- id: codespell

0 commit comments

Comments
 (0)