Skip to content

Commit bb2b95a

Browse files
committed
add codespell
1 parent 1be7c93 commit bb2b95a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
6-
stages: [commit]
6+
stages: [pre-commit]
77
- id: check-json
8-
stages: [commit]
8+
stages: [pre-commit]
99
exclude: ^\.devcontainer/devcontainer\.json$
1010
- id: check-toml
11-
stages: [commit]
11+
stages: [pre-commit]
1212
- id: check-merge-conflict
13-
stages: [commit]
13+
stages: [pre-commit]
1414

1515
- repo: https://github.com/abravalheri/validate-pyproject
16-
rev: v0.19
16+
rev: v0.24.1
1717
hooks:
1818
- id: validate-pyproject
1919

20+
- repo: https://github.com/codespell-project/codespell
21+
rev: v2.4.1
22+
hooks:
23+
- id: codespell
24+
2025
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.41.0
26+
rev: v0.45.0
2227
hooks:
2328
- id: markdownlint-fix
2429

2530
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.6.4
31+
rev: v0.12.2
2732
hooks:
28-
- id: ruff-format
29-
types_or: [python, pyi, jupyter]
30-
- id: ruff
33+
- id: ruff-check
3134
args: [--fix, --exit-non-zero-on-fix]
3235
types_or: [python, pyi, jupyter]
3336
require_serial: true
34-
35-
- repo: https://github.com/crate-ci/typos
36-
rev: v1.24.5
37-
hooks:
38-
- id: typos
37+
- id: ruff-format
38+
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)