Skip to content

Commit a18fa60

Browse files
chore: update pre-commit hooks
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.224 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.224...v0.0.290) - [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
1 parent 9dea8e3 commit a18fa60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ default_stages: [commit, push]
66
default_language_version:
77
python: python3
88
repos:
9-
- repo: https://github.com/charliermarsh/ruff-pre-commit
9+
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: 'v0.0.224'
11+
rev: 'v0.0.290'
1212
hooks:
1313
- id: ruff
1414
# Respect `exclude` and `extend-exclude` settings.
1515
args: ["--force-exclude"]
1616
- repo: https://github.com/psf/black
17-
rev: 22.12.0
17+
rev: 23.9.1
1818
hooks:
1919
- id: black
2020
language_version: python3.8
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: check-yaml
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.3.0
31+
rev: v1.5.1
3232
hooks:
3333
- id: mypy
3434
files: zarr

0 commit comments

Comments
 (0)