Skip to content

Commit a610e09

Browse files
committed
Removing codespell from pre-commit
Could be re-introduced once it stops producing false positives.
1 parent a794c1e commit a610e09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.pre-commit-config.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ repos:
2020
hooks:
2121
- id: ruff # See pyproject.toml for args
2222

23-
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.3.0
25-
hooks:
26-
- id: codespell # See pyproject.toml for args
27-
additional_dependencies:
28-
- tomli
29-
3023
- repo: https://github.com/abravalheri/validate-pyproject
3124
rev: v0.23
3225
hooks:

0 commit comments

Comments
 (0)