From: Marcel van der Veldt Date: Tue, 4 Feb 2025 21:27:15 +0000 (+0100) Subject: Skip svg files in codespell X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a6da72caa3120cd228353114c0f366cbbee7df51;p=music-assistant-server.git Skip svg files in codespell --- diff --git a/pyproject.toml b/pyproject.toml index 424ab6d9..31a872fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ mass = "music_assistant.__main__:main" [tool.codespell] ignore-words-list = "provid,hass,followings,childs" -skip = "*.js" +skip = "*.js,*.svg" [tool.setuptools] include-package-data = true