Files
2025-07-06 17:23:14 -05:00

9 lines
172 B
TOML

[tool.ruff]
lint.ignore = [
"E501", # Line length.
"F405", # Unknown identifier usage due to import *.
]
line-length = 100
lint.select = ["E", "F", "RUF"]
exclude = []