Files
niri-ai-sidebar/pyproject.toml
2025-10-24 20:12:51 +02:00

17 lines
251 B
TOML

[tool.black]
line-length = 88
target-version = ["py313"]
[tool.ruff]
line-length = 88
target-version = "py313"
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = []
[tool.pytest.ini_options]
minversion = "8.0"
addopts = "-ra"
testpaths = ["tests"]