Files
bal-electrum-plugin/pyproject.toml

8 lines
129 B
TOML

[tool.ruff]
line-length = 88
target-version = "py312"
[tool.ruff.lint]
select =["E", "W", "F", "I", "N", "B"]
ignore = ["E501"]