-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configure pre-commit and Ruff #16
base: main
Are you sure you want to change the base?
Conversation
19e5fa3
to
a5cd2cb
Compare
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.
Amazing work Luca. I want to manually test the changes before Approve the PR. I will test it tomorrow.
@@ -0,0 +1,27 @@ | |||
# See https://pre-commit.com/hooks.html for more hooks | |||
repos: |
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.
Maybe we can include the default_stages option for execute the linter only the push.
What do you think?
Type of change
Description of the change
pre-commit
pyproject.toml
containing configuration forruff
andmypy
ruff
hooks forpre-commit
mypy
hook forpre-commit
using existing scriptRelated PRs
N/A