From a41b38e94f64f2a6998f660c4f0f4480a6961b1a Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Apr 2024 07:02:39 +0200 Subject: [PATCH] Add configuration for codespell --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6c5252c59..0aeab815a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,3 +163,7 @@ exclude = [ ".venv", ".env", ] + +[tool.codespell] +ignore-words-list = "coo,fo,strat,zar,selectin" +skip="*.svg,./user_data,./freqtrade/rpc/api_server/ui/installed"