From f03f9e0c60f960e095fdee534aef0f8823d9ddf9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 26 Jul 2024 07:11:39 -1000 Subject: [PATCH] Do not skip from codespell yaml and js files Signed-off-by: Yaroslav Halchenko --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eb8f070c9..a560d64c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,7 +186,7 @@ default.check-filename = false # Turn off initially, enable once https://github [tool.codespell] # Ref: /~https://github.com/codespell-project/codespell#using-a-config-file -skip = '_build,*/build/*,*/node_modules/*,nebari.egg-info,*.git,*.js,package-lock.json,*.yaml,*.yml,*.lock' +skip = '_build,*/build/*,*/node_modules/*,nebari.egg-info,*.git,package-lock.json,*.lock' check-hidden = true ignore-regex = '^\s*"image/\S+": ".*' ignore-words-list = 'aks'