Skip to content

Commit 9c9a028

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 9331430 commit 9c9a028

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
@@ -8,11 +8,11 @@ default_language_version:
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: 'v0.4.1'
11+
rev: 'v0.4.3'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 24.4.0
15+
rev: 24.4.2
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/codespell-project/codespell
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: check-yaml
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.9.0
27+
rev: v1.10.0
2828
hooks:
2929
- id: mypy
3030
files: zarr

0 commit comments

Comments
 (0)