Update references in pyproject
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
9f2e4fa52c
commit
5e5d23ec76
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue