mirror of
https://github.com/pwr-Solaar/Solaar.git
synced 2025-12-13 20:35:45 +01:00
17 lines
267 B
TOML
17 lines
267 B
TOML
[tool.ruff]
|
|
line-length = 127
|
|
target-version = "py37"
|
|
|
|
[tool.ruff.lint]
|
|
select = [
|
|
"F", # Pyflakes
|
|
"E", # pycodestyle
|
|
"W", # pycodestyle
|
|
"B", # flake8-bugbear
|
|
"I", # isort
|
|
]
|
|
|
|
[tool.ruff.lint.isort]
|
|
force-single-line = true
|
|
lines-between-types = 1
|