Add exception for commitish in codespell config
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 26 Sep 2025 08:33:16 +0000 (10:33 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 26 Sep 2025 08:35:00 +0000 (10:35 +0200)
pyproject.toml

index 7ca1c367e971a69dc1025607e380ab9788cd3368..20884e24924bdcfa4e67c1b46b4e43c663e6e142 100644 (file)
@@ -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,\
 """