From 4027ab265bc1178d6a38d08d68469f3e8df0d3d1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Sep 2023 13:41:27 -0400 Subject: [PATCH] Ignore some .key and .secret. (json or yaml) files, and aks command --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'