From 27abfcb6dcd81a37ac0da38c23adf63cde38728a Mon Sep 17 00:00:00 2001 From: patchwright Date: Wed, 1 Jul 2026 18:30:45 +0200 Subject: [PATCH] Add patchwright/wildlint to supported hooks --- sections/hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/hooks.md b/sections/hooks.md index a045f6f6..862c7c9e 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 +- [patchwright/wildlint]: a python linter for real-bug classes off-the-shelf linters miss [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 +[patchwright/wildlint]: https://github.com/patchwright/wildlint for shell scripts: - [shellcheck-py/shellcheck-py]: runs shellcheck on your scripts