-
Notifications
You must be signed in to change notification settings - Fork 7
Add pre-commit #219
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
Add pre-commit #219
Conversation
Command: uv lock --upgrade
Command: uv add --dev pre-commit
pre-commit.ci run |
@egeakman I hope this is what you imagined. I tried pre-commit.ci, but removed it again for these reasons:
|
Hey Niklas! Thanks for the PR; it looks great overall! If I understand correctly, this checks whether |
Dependabot is responsible for this task
Thank you Ege, that's a valid point. Fixed in ff112e4. |
Summary
Bundle all code checks with pre-commit.
Fixes #148
Added pre-commit checks
built-in hooks:
uv:
uv.lock
is up to dateruff:
ruff check
custom:
Other changes