mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 10:16:29 +00:00
Remove deprecated ruff rule S320 (#5847)
This commit is contained in:
parent
53393afe8d
commit
88087046de
@ -272,7 +272,6 @@ lint.select = [
|
|||||||
"S317", # suspicious-xml-sax-usage
|
"S317", # suspicious-xml-sax-usage
|
||||||
"S318", # suspicious-xml-mini-dom-usage
|
"S318", # suspicious-xml-mini-dom-usage
|
||||||
"S319", # suspicious-xml-pull-dom-usage
|
"S319", # suspicious-xml-pull-dom-usage
|
||||||
"S320", # suspicious-xmle-tree-usage
|
|
||||||
"S601", # paramiko-call
|
"S601", # paramiko-call
|
||||||
"S602", # subprocess-popen-with-shell-equals-true
|
"S602", # subprocess-popen-with-shell-equals-true
|
||||||
"S604", # call-with-shell-equals-true
|
"S604", # call-with-shell-equals-true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user