From 355cc0db84905d01bfefcff10c49c088d3b328b5 Mon Sep 17 00:00:00 2001 From: Will Martin Date: Fri, 12 Jun 2026 13:16:29 -0500 Subject: [PATCH] Add ScienceIsNeato/slop-mop to python hooks list --- sections/hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/hooks.md b/sections/hooks.md index a045f6f6..aa9d9bbd 100644 --- a/sections/hooks.md +++ b/sections/hooks.md @@ -32,6 +32,7 @@ for python projects: - [PyCQA/isort]: an import sorter for python - [PyCQA/(others)]: a few other python code quality tools - [adamchainz/django-upgrade]: automatically upgrade your Django project code +- [ScienceIsNeato/slop-mop]: quality gates for AI-assisted codebases [asottile/pyupgrade]: https://github.com/asottile/pyupgrade [asottile/(others)]: https://sourcegraph.com/search?q=context:global+file:%5E%5C.pre-commit-hooks%5C.yaml%24+repo:%5Egithub.com/asottile/ @@ -43,6 +44,7 @@ for python projects: [PyCQA/isort]: https://github.com/PyCQA/isort [PyCQA/(others)]: https://sourcegraph.com/search?q=context:global+file:%5E%5C.pre-commit-hooks%5C.yaml%24+repo:%5Egithub.com/PyCQA/ [adamchainz/django-upgrade]: https://github.com/adamchainz/django-upgrade +[ScienceIsNeato/slop-mop]: https://github.com/ScienceIsNeato/slop-mop for shell scripts: - [shellcheck-py/shellcheck-py]: runs shellcheck on your scripts