* chore: update Makefile DOCKER variable and pre-commit version (PROJQUAY-10071)
Replace hardcoded docker command with $(DOCKER) variable and update
pre-commit installation to version 4.5.0 in Makefile and documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This allows a more refined search than just the repo name. When two
organizations contain the same name repo, e.g: org1/python and
org2/python, you can now search via org1/python to get the specific
result instead of both.
* dev: Add pre-commit script to run black (PROJQUAY-4039)
Automatically formats python files before commit
* Add makefile target to install hook
* Update instructions for installing pre-commit hook