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:
d26eb40
)
Skip svg files in codespell
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 4 Feb 2025 21:27:15 +0000
(22:27 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 4 Feb 2025 21:27:15 +0000
(22:27 +0100)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 424ab6d9c22c3663118a00d9f32891ad3b4df760..31a872fcbdc4bdac42c27f139434b0107b4c58a4 100644
(file)
--- 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