-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Update contribution guidelines, add note for windows users #12352 #12369
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
Conversation
…hms#12352 Signed-off-by: David Edler <[email protected]>
e59f206
to
21aedc9
Compare
The failing ruff test seems unrelated. I tried removing the |
<details> | ||
<summary>Hint for windows users</summary> | ||
<br/> | ||
On Windows, the python3 command is not recognized. This can lead to the error below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows users should use py
Or in a venv, everyone should use python
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but we cannot make such assumptions for pre commit hooks, they rely on the python3 command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ruff was fixed in #12370 if you rebase. Which pre-commit hook fails on Windows? |
Closing this, because #12371 fixes it in a better way. |
Describe your change:
Checklist:
Done
Fixes #12352