6 lines
152 B
TOML
6 lines
152 B
TOML
[tool.ruff]
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
select = ["I"] # Enable the isort rules
|
|
extend-select = ["E501"] # explicitly adding the rules |