diff --git a/pyproject.toml b/pyproject.toml index 526e848805..870aa15469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,5 @@ testpaths = [ ] [tool.codespell] -skip = '.git,*.pdf,*.svg' -# -# ignore-words-list = '' +skip = '.git,*.pdf,*.svg,*.secret.*,*.key' +ignore-words-list = 'aks'