From: Marcel van der Veldt Date: Fri, 26 Sep 2025 08:33:16 +0000 (+0200) Subject: Add exception for commitish in codespell config X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=c7770880318594e44fd3257c89cb57cab5a809ed;p=music-assistant-server.git Add exception for commitish in codespell config --- diff --git a/pyproject.toml b/pyproject.toml index 7ca1c367..20884e24 100644 --- 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,\ """