Skip to content

Commit

Permalink
Move codespell config to pyproject.toml only (nebari-dev#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Aug 6, 2024
1 parent d6675be commit a65ff53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ repos:
- id: codespell
args:
[
"--builtin=rare,clear,informal,names",
"--skip=_build,*/build/*,*/node_modules/*,nebari.egg-info,*.git,*.js,*.json,*.yaml,*.yml",
"--ignore-words-list=AKS,aks",
"--write",
]
language: python
Expand Down

0 comments on commit a65ff53

Please sign in to comment.