| name | anti-slop-python |
|---|---|
| description | Simplify Python code by removing defensive over-engineering, unnecessary abstractions, generic dictionaries, excessive runtime checks, wrapper helpers, and AI-generated architectural noise. |
Apply these rules whenever modifying Python code.
The goal is simple, explicit, typed, idiomatic Python that is easy to trace and does not defend against impossible internal states.