mirror of
https://github.com/mx42/home-assistant-ecocito.git
synced 2026-01-14 13:59:50 +01:00
chore: update ruff rules
This commit is contained in:
@@ -22,6 +22,11 @@ ignore = [
|
|||||||
"TC003", # Move standard library import {} into a type-checking block
|
"TC003", # Move standard library import {} into a type-checking block
|
||||||
|
|
||||||
"TRY003", # Avoid specifying long messages outside the exception class
|
"TRY003", # Avoid specifying long messages outside the exception class
|
||||||
|
|
||||||
|
# Relative to todos
|
||||||
|
"TD002", # Missing author in todo
|
||||||
|
"TD003", # Missing issue link in todo
|
||||||
|
"FIX002", # Resolve the todo
|
||||||
]
|
]
|
||||||
|
|
||||||
[lint.flake8-pytest-style]
|
[lint.flake8-pytest-style]
|
||||||
|
|||||||
Reference in New Issue
Block a user