workflows/pyproject.toml
2023-12-08 18:38:29 +08:00

5 lines
102 B
TOML

[tool.ruff]
line-length = 100
[tool.ruff.lint]
extend-select = ["E501"] # explicitly adding the rules