mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
Add rudimentary codespell config
This commit is contained in:
parent
f21b52e52a
commit
1155119be8
|
|
@ -163,3 +163,10 @@ follow_imports = "silent"
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
no_implicit_reexport = false
|
no_implicit_reexport = false
|
||||||
|
|
||||||
|
[tool.codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = '.git*,*.svg,*.lock,*.css,*.min.*'
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex = ''
|
||||||
|
# ignore-words-list = ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue