Skip to content

Commit c4fac3c

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.2...v0.3.3) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 6fe553d commit c4fac3c

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.2.2'
11+
rev: 'v0.3.3'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 24.2.0
15+
rev: 24.3.0
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.8.0
27+
rev: v1.9.0
2828
hooks:
2929
- id: mypy
3030
files: zarr

0 commit comments

Comments
 (0)