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:
a0a454f
)
Enable disabled lint rules (#2658)
author
OzGav
<gavnosp@hotmail.com>
Thu, 20 Nov 2025 13:04:47 +0000
(23:04 +1000)
committer
GitHub
<noreply@github.com>
Thu, 20 Nov 2025 13:04:47 +0000
(14:04 +0100)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index b5df9350e0a1f585c4da68aa1eda22092d751ec6..6239a33611eb6a6ad80425b67a051a528f878eba 100644
(file)
--- a/
pyproject.toml
+++ b/
pyproject.toml
@@
-240,10
+240,8
@@
ignore = [
"C901",
"PTH119",
"PTH116",
- "DTZ003",
"RUF012",
"S304",
- "DTZ003",
"RET507",
"RUF006",
"TRY300",
@@
-252,12
+250,10
@@
ignore = [
"N818",
"S307",
"B007",
- "RUF009",
"ANN204",
"PTH202",
"ASYNC109",
"ASYNC110",
- "A005",
]
select = ["ALL"]