diff --git a/pyproject.toml b/pyproject.toml index c5ad963b5..86ff2bb79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,8 +69,8 @@ force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args [tool.isort] profile = "black" extend_skip_glob = ["api/*/migrations/*"] -known_first_party = ["funkwhale_api", "config"] +known_first_party = ["funquail_api", "config"] [tool.codespell] ignore-words = ".codespellignore" -skip = "*.po,*.pot,*.lock,api/funkwhale_api/common/locales.py,front/src/locales/*.json" +skip = "*.po,*.pot,*.lock,api/funquail_api/common/locales.py,front/src/locales/*.json"