Skip to content

Commit

Permalink
Precommit typos (#2731)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Lewis <[email protected]>
  • Loading branch information
blakerosenthal and Adam-D-Lewis authored Oct 1, 2024
1 parent e1870ab commit 00b9247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ignore_errors = false
files.extend-exclude = ["_build", "*/build/*", "*/node_modules/*", "nebari.egg-info", "*.git", "*.js", "*.json", "*.yaml", "*.yml", "pre-commit-config.yaml"]
default.extend-ignore-re = ["(?Rm)^.*(#|//)\\s*typos: ignore$"]
default.extend-ignore-words-re = ["aks", "AKS"]
default.check-filename = false # Turn off initially, enable once https://github.com/nebari-dev/nebari/issues/2598 is addressed
default.check-filename = true

[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
Expand Down
2 changes: 2 additions & 0 deletions src/_nebari/deprecate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
".github/workflows/image.yaml",
".github/workflows/jupyterhub-pr.yaml",
".github/workflows/jupyterhub.yaml",
# v2024.7.3 renamed misspelled file path
"stages/07-kubernetes-services/modules/kubernetes/services/dask-gateway/controler.tf", # codespell:ignore
]

0 comments on commit 00b9247

Please sign in to comment.