mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
8 lines
115 B
TOML
8 lines
115 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.ruff.lint]
|
|
ignore = [
|
|
"F841", # don't complain about unused variables
|
|
]
|