Skip to content

Commit 2609981

Browse files
committed
chore: use typos instead of codespell
1 parent 75c5d0e commit 2609981

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ repos:
3535
hooks:
3636
- id: uv-lock
3737

38-
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
38+
- repo: https://github.com/crate-ci/typos
39+
rev: v1.40.0
4040
hooks:
41-
- id: codespell
42-
additional_dependencies:
43-
- tomli
41+
- id: typos
4442

4543
- repo: https://github.com/hukkin/mdformat
4644
rev: 1.0.0

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ lint.isort.required-imports = [
8989
lint.pydocstyle.convention = "google"
9090
lint.future-annotations = true
9191

92-
[tool.codespell]
93-
write-changes = true
94-
9592
[tool.pyproject-fmt]
9693
max_supported_python = "3.14"
9794

0 commit comments

Comments
 (0)