What is slop-mop?
slop-mop is a Python-based quality gate orchestration tool that wraps your linters, type checkers, and tests into a unified workflow.
Instead of running pytest, black, mypy, and flake8 separately โ with no caching, no ordering, no remediation guidance โ you run sm swab. It:
- Runs gates in dependency order
- Caches clean results across commits
- Auto-fixes what it can
- Tells you exactly what to do next
The workflow
Edit code โ run sm swab โ fix issues โ push โ run sm buff to triage CI โ address threads โ ship.
Or just run sm sail and let it drive the loop automatically.
Get started
Install from PyPI:
pipx install slopmop[all]View on GitHub