-
Notifications
You must be signed in to change notification settings - Fork 49
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
Auto-update pre-commit plugins #734
Comments
without understanding pre-commit much, how about this:
I think this would explicitly not use pre-commit itself though. |
The difference would be that |
A |
I'm always pro lighter toolchain. |
With Ruff as our linter now we can add |
In my experience, reformatting and format checking + linting are usually separated. But I suppose we can combine them, now that both of them are so fast. The important thing is that |
I think the autofix/autoformat feature is not a must-have but I'm not complaining if it's there. I wouldn't add it to In python-tuf I added
|
Agreed. Not so much because I want to be able just test, but more because I don't want change anyone's sources when they don't expect it. |
Plugins (most notably isort and black) in
.pre-commit-config.yaml
are not updated by Dependabot and thus prone to become out of sync with the same dev tools used by tox (also see discussion with @jku in #582).We should find a way to keep them in-sync.
The text was updated successfully, but these errors were encountered: