-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve ruff config #315
Improve ruff config #315
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #315 +/- ##
=======================================
- Coverage 91.9% 91.8% -0.1%
=======================================
Files 46 46
Lines 2416 2419 +3
=======================================
+ Hits 2221 2223 +2
- Misses 195 196 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
I took the liberty of updating a little more of the overall ruff/pre-commit configuration. |
Signed-off-by: burgholzer <[email protected]>
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.
LGTM
Would be nice if these changes would also make it to the other repositories!
I added more ruff checks using https://github.com/cda-tum/mqt-qcec/blob/main/pyproject.toml as a template.