-
Notifications
You must be signed in to change notification settings - Fork 36
revert dropping of noqa #784
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
My editor with ruff installed from the pyproject.toml and the pre-commit didn't complain. Are you sure you don't have an outdated version of ruff? If you want to merge I have nothing against it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #784 +/- ##
=======================================
Coverage 95.55% 95.55%
=======================================
Files 55 55
Lines 3532 3532
Branches 314 314
=======================================
Hits 3375 3375
Misses 110 110
Partials 47 47 ☔ View full report in Codecov by Sentry. |
The failure comes from CI, not local, so we would need to check the ruff version there. |
The version in the pre-commit does fail: dvclive/.pre-commit-config.yaml Lines 31 to 36 in b0a88a7
|
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.
My bad then 👍
Although the version from the py-template is 0.1.13 which reports the opposite:
So maybe we are better off updating the ruff version? |
Missed this failure in #783.