Skip to content

Commit 1e2646b

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.1.8](astral-sh/ruff-pre-commit@v0.0.224...v0.1.8) - [github.com/psf/black: 23.10.1 → 23.12.0](psf/black@23.10.1...23.12.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.7.1](pre-commit/mirrors-mypy@v1.3.0...v1.7.1)
1 parent 12abd4e commit 1e2646b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ 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.1.8'
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: 23.10.1
17+
rev: 23.12.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.2.5
21+
rev: v2.2.6
2222
hooks:
2323
- id: codespell
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.4.0
25+
rev: v4.5.0
2626
hooks:
2727
- id: check-yaml
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.3.0
29+
rev: v1.7.1
3030
hooks:
3131
- id: mypy
3232
files: zarr

0 commit comments

Comments
 (0)