imaginAIry/tests/ruff.toml
2024-03-15 11:32:24 -07:00

16 lines
484 B
TOML

extend-exclude = ["imaginairy/vendored", "downloads", "other"]
[lint]
extend-ignore = ["E501", "G004", "PT004", "PT005", "RET504", "SIM114", "TRY003", "TRY400", "TRY401", "RUF012", "RUF100", "ISC001"]
extend-select = [
"I", "E", "W", "UP", "ASYNC", "BLE", "A001", "A002",
"C4", "DTZ", "T10", "EM", "ISC", "ICN", "G", "PIE", "PT",
"Q", "SIM", "TID", "TCH", "PLC", "PLE", "TRY", "RUF"
]
[lint.isort]
combine-as-imports = true
[lint.flake8-errmsg]
max-string-length = 50