workflows/pyproject.toml
2024-01-05 12:24:50 +08:00

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