6 lines
73 B
TOML
6 lines
73 B
TOML
|
|
[tool.ruff]
|
||
|
|
line-length = 100
|
||
|
|
|
||
|
|
[tool.ruff.lint]
|
||
|
|
select = ["E", "F", "I"]
|