workflows/pyproject.toml

5 lines
102 B
TOML
Raw Normal View History

2023-12-08 18:04:16 +08:00
[tool.ruff]
line-length = 100
[tool.ruff.lint]
extend-select = ["E501"] # explicitly adding the rules