mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-02 07:45:54 +00:00
Add rudimentary codespell config
This commit is contained in:
parent
50e0eee893
commit
b51ef6f886
@ -81,3 +81,10 @@ ignore = ["E501"]
|
|||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
|
[tool.codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = '.git*'
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex = ''
|
||||||
|
# ignore-words-list = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user