We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c5d0e commit 2609981Copy full SHA for 2609981
2 files changed
.pre-commit-config.yaml
@@ -35,12 +35,10 @@ repos:
35
hooks:
36
- id: uv-lock
37
38
- - repo: https://github.com/codespell-project/codespell
39
- rev: v2.4.1
+ - repo: https://github.com/crate-ci/typos
+ rev: v1.40.0
40
41
- - id: codespell
42
- additional_dependencies:
43
- - tomli
+ - id: typos
44
45
- repo: https://github.com/hukkin/mdformat
46
rev: 1.0.0
pyproject.toml
@@ -89,9 +89,6 @@ lint.isort.required-imports = [
89
lint.pydocstyle.convention = "google"
90
lint.future-annotations = true
91
92
-[tool.codespell]
93
-write-changes = true
94
-
95
[tool.pyproject-fmt]
96
max_supported_python = "3.14"
97
0 commit comments