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