Skip to content

Commit 82ba750

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.292](astral-sh/ruff-pre-commit@v0.0.224...v0.0.292) - [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1) - [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.6.0](pre-commit/mirrors-mypy@v1.3.0...v1.6.0)
1 parent 5a54c95 commit 82ba750

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ 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.292'
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
2121
- repo: https://github.com/codespell-project/codespell
22-
rev: v2.2.5
22+
rev: v2.2.6
2323
hooks:
2424
- id: codespell
2525
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te,fo,zar", "-S", "fixture"]
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.4.0
27+
rev: v4.5.0
2828
hooks:
2929
- id: check-yaml
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.3.0
31+
rev: v1.6.0
3232
hooks:
3333
- id: mypy
3434
files: zarr

0 commit comments

Comments
 (0)