pre-commit-php
pre-commit-php copied to clipboard
moved hooks config for pre-commit 2.0
This fixes this warning in pre-commit 2.0:
[WARNING] [email protected]:hootsuite/pre-commit-php.git uses legacy hooks.yaml to provide hooks.
In newer versions, this file is called .pre-commit-hooks.yaml
This will work in this version of pre-commit but will be removed at a later time.
If `pre-commit autoupdate` does not silence this warning consider making an issue / pull request.
This has been fixed in our fork. See #22