workflows/pyproject.toml

6 lines
152 B
TOML
Raw Permalink Normal View History

2023-12-08 18:04:16 +08:00
[tool.ruff]
line-length = 100
[tool.ruff.lint]
2024-01-03 17:18:37 +08:00
select = ["I"] # Enable the isort rules
2023-12-08 18:04:16 +08:00
extend-select = ["E501"] # explicitly adding the rules