6
mirror of https://github.com/AllSpiceIO/generate-bom.git synced 2025-03-22 16:04:33 +00:00
generate-bom/pyproject.toml
2024-05-16 15:13:54 -07: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 = []