Files
Data-Name-ID 52233d0028 [init] project
2024-04-02 00:51:49 +03:00

11 lines
225 B
TOML
Executable File

[tool.ruff]
line-length = 79
exclude = ["migrations"]
[tool.ruff.lint]
select = ["ALL"]
ignore = ["D", "ANN", "EXE002", "RUF012", "RUF001", "COM812", "ISC001"]
[tool.ruff.format]
skip-magic-trailing-comma = false