mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-02-10 06:47:43 +00:00
8 lines
164 B
TOML
8 lines
164 B
TOML
[tool.ruff]
|
|
lint.ignore = [
|
|
"E501", # Line length.
|
|
"F405", # Unknown identifier usage due to import *.
|
|
]
|
|
line-length = 100
|
|
lint.select = ["E", "F", "I", "RUF"]
|