docs: fix spelling errors (pre-commit)
This commit is contained in:
parent
bdd02cf2fa
commit
054a9e54f5
91 changed files with 179 additions and 163 deletions
|
|
@ -65,3 +65,7 @@ force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args
|
|||
profile = "black"
|
||||
extend_skip_glob = ["api/*/migrations/*"]
|
||||
known_first_party = ["funkwhale_api", "config"]
|
||||
|
||||
[tool.codespell]
|
||||
ignore-words = ".codespellignore"
|
||||
skip = "*.po,*.pot,*.lock,api/funkwhale_api/common/locales.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue