-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examine usage of repo-review
tools as pre-commit hooks
#4888
Comments
Just to be clear, I think this issue is independent of the issues mentioned above, and ideally, the hook should be added to the repository as soon as possible (priority is still low). We can ignore the checks that are failing right now, and then slowly un-ignore them as part of #3489. |
Sounds good to me, thanks for clarifying – I was under the impression that you want existing tests to pass first (or with the process of adding it). |
Could you please ignore the failed checks in pyproject.toml for the time being and make this hook pass? |
The speed is reasonable, too. We should be fine with adding it, I guess. |
Ah, I did not think about the speed at all. It should not matter if it takes a few more seconds! |
Sure! |
To be picked as a follow-up to #3489 and #4887, this will help enforce rules around typing and check if our config is in the right place, etc. The pre-commit hook's speed must be investigated; extra thoughts are welcomed.
The text was updated successfully, but these errors were encountered: