Spaces:
Sleeping
Sleeping
| [tool:pytest] | |
| markers = | |
| gate: GATE-level reliability target — a machine-enforced correctness/consistency check that blocks merge if failing | |
| [flake8] | |
| max-line-length = 100 | |
| # E203/W503 ignored: both conflict with Black style (slice whitespace, binary-operator line breaks). | |
| extend-ignore = E203, W503 | |