mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Unignore ruff rule ISC001 (#135581)
This commit is contained in:
committed by
GitHub
parent
6f138c71b4
commit
c66176cfa5
@@ -839,7 +839,6 @@ ignore = [
|
|||||||
"Q",
|
"Q",
|
||||||
"COM812",
|
"COM812",
|
||||||
"COM819",
|
"COM819",
|
||||||
"ISC001",
|
|
||||||
|
|
||||||
# Disabled because ruff does not understand type of __all__ generated by a function
|
# Disabled because ruff does not understand type of __all__ generated by a function
|
||||||
"PLE0605"
|
"PLE0605"
|
||||||
|
Reference in New Issue
Block a user