5 lines
102 B
TOML
5 lines
102 B
TOML
[tool.ruff]
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
extend-select = ["E501"] # explicitly adding the rules |