docs: fix spelling errors (pre-commit)

This commit is contained in:
jo 2022-11-24 01:32:57 +01:00
commit 054a9e54f5
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
91 changed files with 179 additions and 163 deletions

View file

@ -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"