2024-03-15 18:26:12 +00:00
|
|
|
|
2023-09-29 08:13:50 +00:00
|
|
|
extend-exclude = ["imaginairy/vendored", "downloads", "other"]
|
|
|
|
|
2024-03-15 18:26:12 +00:00
|
|
|
[lint]
|
|
|
|
extend-ignore = ["E501", "G004", "PT004", "PT005", "RET504", "SIM114", "TRY003", "TRY400", "TRY401", "RUF012", "RUF100", "ISC001"]
|
2023-09-29 08:13:50 +00:00
|
|
|
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"
|
|
|
|
]
|
|
|
|
|
2024-03-15 18:26:12 +00:00
|
|
|
[lint.isort]
|
2023-09-29 08:13:50 +00:00
|
|
|
combine-as-imports = true
|
|
|
|
|
2024-03-15 18:26:12 +00:00
|
|
|
[lint.flake8-errmsg]
|
2023-09-29 08:13:50 +00:00
|
|
|
max-string-length = 50
|