projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330782b
)
Add exception for commitish in codespell config
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 26 Sep 2025 08:33:16 +0000
(10:33 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 26 Sep 2025 08:35:00 +0000
(10:35 +0200)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 7ca1c367e971a69dc1025607e380ab9788cd3368..20884e24924bdcfa4e67c1b46b4e43c663e6e142 100644
(file)
--- a/
pyproject.toml
+++ b/
pyproject.toml
@@
-65,7
+65,7
@@
mass = "music_assistant.__main__:main"
[tool.codespell]
# explicit is misspelled in the iTunes API
-ignore-words-list = "provid,hass,followings,childs,explict"
+ignore-words-list = "provid,hass,followings,childs,explict
,commitish,
"
skip = """*.js,*.svg,\
music_assistant/providers/itunes_podcasts/itunes_country_codes.json,\
"""