From c7770880318594e44fd3257c89cb57cab5a809ed Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 26 Sep 2025 10:33:16 +0200 Subject: [PATCH] Add exception for commitish in codespell config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,\ """ -- 2.34.1