From 503a69090f082e05f79136910a23c8d9f653442d Mon Sep 17 00:00:00 2001 From: wvffle Date: Sun, 27 Nov 2022 20:42:58 +0000 Subject: [PATCH] Fix spellcheck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e46d4f5e8..4b53a8054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,4 +68,4 @@ known_first_party = ["funkwhale_api", "config"] [tool.codespell] 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"