Files
plexus/pyproject.toml

8 lines
110 B
TOML

[tool.ruff]
line-length = 120
target-version = "py310"
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = []