Skip to content

Commit 319271d

Browse files
committed
Don't run codespell after all
The problem is that it flags typos in parts of a file that you didn't touch. If you fix those, you pollute your PR with unrelated changes.
1 parent 5810e4f commit 319271d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,6 @@ repos:
168168
args:
169169
- '--notice=dev_tools/apache-license-header.txt'
170170

171-
- repo: https://github.com/codespell-project/codespell
172-
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
173-
hooks:
174-
- id: codespell
175-
name: 'Spell-check code files'
176-
stages: [pre-push]
177-
additional_dependencies:
178-
# Support pyproject.toml
179-
- tomli
180-
181171
- repo: https://github.com/tcort/markdown-link-check
182172
rev: ffc61540dea52bad1c41cfeedcf26c53ad9447ba # frozen: v3.14.2
183173
hooks:

0 commit comments

Comments
 (0)