mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-12-06 18:44:14 -05:00
PR fixes
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[tool.ruff.flake8-unused-arguments]
|
||||
ignore-variadic-names = true
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
force-sort-within-sections = true
|
||||
known-first-party = ["homeassistant", "tests"]
|
||||
@@ -7,7 +10,4 @@ split-on-trailing-comma = false
|
||||
|
||||
[tool.pylint."MESSAGES CONTROL"]
|
||||
# abstract-method - with intro of async there are always methods missing
|
||||
disable = [
|
||||
"abstract-method",
|
||||
"unexpected-keyword-arg",
|
||||
]
|
||||
disable = ["abstract-method", "unexpected-keyword-arg"]
|
||||
|
||||
Reference in New Issue
Block a user