-
Notifications
You must be signed in to change notification settings - Fork 12
Add pre-commit config and put dev dependencies in toml #48
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
stack-info: PR: #48, branch: drisspg/stack/1
I actually did this before, but pyre does not work with pre-commit, and having to run pre-commit and pyre separately is kinda annoying pre-commit also does not work with mercurial repo which was annoying for me at least |
Also failing tests? |
stack-info: PR: #48, branch: drisspg/stack/1
@oulgen So added ruff to pre-commit but not Pyre because like you said no support, IMO it is still helpful for formatting since I typically just run |
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.
As long as we still keep ruff stuff in lint.sh
this is ok, hopefully this does not brick my mercurial checkout
stack-info: PR: #48, branch: drisspg/stack/1
stack-info: PR: #48, branch: drisspg/stack/1
stack-info: PR: #48, branch: drisspg/stack/1
Stacked PRs:
Add pre-commit config and put dev dependencies in toml