You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pre-commit hook setup outlined in the README.md does not work as expected due to two issues:
Version Mismatch: The README.md references version V24.4.0, but the latest available release is V24.3.0. This causes a version not found error during setup.
Missing .pre-commit-hooks.yaml File: After resolving the version issue, running the pre-commit hook results in an error stating that .pre-commit-hooks.yaml is not a valid file, preventing the hook from functioning correctly.
Steps to Reproduce:
Follow the pre-commit hook setup instructions in the README.md.
Attempt to run the pre-commit hook.
Expected Behavior:
The pre-commit hook should run successfully without errors.
The README.md should reference the correct version of the release.
Actual Behavior:
A version not found error occurs due to the README.md referencing a non-existent version (V24.4.0).
After resolving the version mismatch, running the pre-commit hook produces an error related to a missing .pre-commit-hooks.yaml file.
Suggested Fix:
Update the README.md to reflect the correct latest version (V24.3.0 or update to V24.4.0 if that release is imminent).
Ensure that .pre-commit-hooks.yaml is included in the repository or provide instructions for resolving the missing file issue.
The text was updated successfully, but these errors were encountered:
Issue Summary:
The pre-commit hook setup outlined in the README.md does not work as expected due to two issues:
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Suggested Fix:
The text was updated successfully, but these errors were encountered: