Fix spellcheck

This commit is contained in:
wvffle 2022-11-27 20:42:58 +00:00 committed by Kasper Seweryn
commit 503a69090f

View file

@ -68,4 +68,4 @@ known_first_party = ["funkwhale_api", "config"]
[tool.codespell] [tool.codespell]
ignore-words = ".codespellignore" ignore-words = ".codespellignore"
skip = "*.po,*.pot,*.lock,api/funkwhale_api/common/locales.py" skip = "*.po,*.pot,*.lock,api/funkwhale_api/common/locales.py,front/src/locales/*.json"