mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
Add rudimentary codespell config
This commit is contained in:
parent
57b37a2d95
commit
2564f90947
1 changed files with 7 additions and 0 deletions
|
@ -30,3 +30,10 @@ ipywidgets = "^8.1.1"
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[tool.codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = '.git*,*.lock,*.css'
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex = ''
|
||||||
|
# ignore-words-list = ''
|
||||||
|
|
Loading…
Reference in a new issue