Skip to content

Commit f2b3ef1

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent b5f79dd commit f2b3ef1

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.1.8'
11+
rev: 'v0.1.9'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 23.12.0
15+
rev: 23.12.1
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.7.1
27+
rev: v1.8.0
2828
hooks:
2929
- id: mypy
3030
files: zarr

0 commit comments

Comments
 (0)