mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-08 05:03:52 -05:00
13 lines
363 B
TOML
13 lines
363 B
TOML
[tool.ruff.lint.isort]
|
|
force-sort-within-sections = true
|
|
known-first-party = ["homeassistant", "tests"]
|
|
forced-separate = ["tests"]
|
|
combine-as-imports = true
|
|
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",
|
|
] |