Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sections/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down
Loading