Files
deals24togo_be/ruff.toml
belviskhoremk c4d836a0f9 Initial commit
2026-03-06 22:57:58 +00:00

11 lines
191 B
TOML

[tool.ruff]
target-version = "py311"
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "W", "I", "UP", "B", "SIM"]
ignore = ["E501"]
[tool.ruff.lint.isort]
known-first-party = ["app"]