Skip to content

Commit 43fdc3d

Browse files
chore: update pre-commit hooks (#1366)
updates: - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.2.0](pre-commit/mirrors-mypy@v1.0.1...v1.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1e290f commit 43fdc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
exclude: ^(venv/|docs/)
1616
types: ['python']
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.2.2
18+
rev: v2.2.4
1919
hooks:
2020
- id: codespell
2121
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te,fo", "-S", "fixture"]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: check-yaml
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.0.1
27+
rev: v1.2.0
2828
hooks:
2929
- id: mypy
3030
files: zarr

0 commit comments

Comments
 (0)