fix: codespell skip's to also work correctly on pre-commit hooks

This commit is contained in:
Matthias
2024-05-28 07:01:53 +02:00
parent 6f7c82c9ae
commit 6952bac91f

View File

@@ -181,4 +181,4 @@ exclude = [
[tool.codespell]
ignore-words-list = "coo,fo,strat,zar,selectin"
skip="*.svg,./user_data,./freqtrade/rpc/api_server/ui/installed,./freqtrade/exchange/binance_leverage_tiers.json"
skip="*.svg,./user_data,freqtrade/rpc/api_server/ui/installed,freqtrade/exchange/*.json"