Closed adamantike closed 2 years ago
According to pre-commit official documentation [0]:
pre-commit
A git repo containing pre-commit plugins must contain a .pre-commit-hooks.yaml file that tells pre-commit:
With the current filename (yml instead of yaml), trying to configure this project as a hook makes pre-commit fail with:
yml
yaml
An error has occurred: InvalidManifestError: =====> .local/cache/pre-commit/repog7znoma3/.pre-commit-hooks.yaml is not a file
[0] https://pre-commit.com/#creating-new-hooks
Thanks!!
According to
pre-commit
official documentation [0]:With the current filename (
yml
instead ofyaml
), trying to configure this project as a hook makespre-commit
fail with:[0] https://pre-commit.com/#creating-new-hooks