Skip to content

Commit f018e17

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.282](astral-sh/ruff-pre-commit@v0.0.224...v0.0.282) - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent 6ed4d78 commit f018e17

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
@@ -5,15 +5,15 @@ default_stages: [commit, push]
55
default_language_version:
66
python: python3
77
repos:
8-
- repo: https://github.com/charliermarsh/ruff-pre-commit
8+
- repo: https://github.com/astral-sh/ruff-pre-commit
99
# Ruff version.
10-
rev: 'v0.0.224'
10+
rev: 'v0.0.282'
1111
hooks:
1212
- id: ruff
1313
# Respect `exclude` and `extend-exclude` settings.
1414
args: ["--force-exclude"]
1515
- repo: https://github.com/psf/black
16-
rev: 22.12.0
16+
rev: 23.7.0
1717
hooks:
1818
- id: black
1919
language_version: python3.8
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: check-yaml
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.3.0
30+
rev: v1.4.1
3131
hooks:
3232
- id: mypy
3333
files: zarr

0 commit comments

Comments
 (0)