Skip to content

Commit a65ff53

Browse files
authored
Move codespell config to pyproject.toml only (#2611)
1 parent d6675be commit a65ff53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ repos:
4747
- id: codespell
4848
args:
4949
[
50-
"--builtin=rare,clear,informal,names",
51-
"--skip=_build,*/build/*,*/node_modules/*,nebari.egg-info,*.git,*.js,*.json,*.yaml,*.yml",
52-
"--ignore-words-list=AKS,aks",
5350
"--write",
5451
]
5552
language: python

0 commit comments

Comments
 (0)