Skip to content

Commit 8217077

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.5](astral-sh/ruff-pre-commit@v0.0.224...v0.1.5) - [github.com/psf/black: 22.12.0 → 23.11.0](psf/black@22.12.0...23.11.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.0](pre-commit/mirrors-mypy@v1.3.0...v1.7.0)
1 parent 8a7b415 commit 8217077

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,28 +6,28 @@ 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.5'
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.11.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
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te,fo,zar", "-S", "fixture"]
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v4.5.0
2727
hooks:
2828
- id: check-yaml
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.3.0
30+
rev: v1.7.0
3131
hooks:
3232
- id: mypy
3333
files: zarr

0 commit comments

Comments
 (0)