2025-05-16 22:38:33 +00:00

12 lines
204 B
TOML

[tool.ruff]
line-length = 120
target-version = "py38"
[tool.ruff.lint]
select = ["E", "F", "B", "I"]
ignore = ["B008"]
fixable = ["ALL"]
unfixable = []
[tool.ruff.lint.isort]
known-first-party = ["app"]