gpu-perf-prophet / setup.cfg
vxa8502's picture
More cleanup
4d1a589
Raw
History Blame Contribute Delete
306 Bytes
[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