# Pinned so the gate does not move when ruff's defaults do. The scripts under # tests/ and megamek/skin/ are helpers run by hand, not a shipped package, so # the security and blind-except rules are left off - a best-effort scanner that # skips unreadable jars is doing the right thing. # # No E501: ruff format sets the line width, and it cannot split a long string. [lint] select = ["E4", "E7", "E9", "F", "W", "I", "UP", "B", "SIM", "C4"]