steps:
- I was installed -->
$ pre-commit installpre-commit installed at .git/hooks/pre-commit2.create .pre-commit-config.yaml file then add configuration. this is my pytest configuration
- repo: https://github.com/pytest-dev/pytest rev: 7.4.3 hooks: - id: pytestwhile run the pre-commit run --all-files i got error on pytest section
error:
[INFO] Initializing environment for https://github.com/pytest-dev/pytest.An error has occurred: InvalidManifestError: =====> /home/mutharasu/.cache/pre-commit/repofxmga3dy/.pre-commit-hooks.yaml is not a fileCheck the log at /home/mutharasu/.cache/pre-commit/pre-commit.log
i want run successfully on that pre-commit run --all-files command