-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
DRAFT: Add ruff rules datetimez (DTZ) #60
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
=======================================
Coverage 80.97% 80.97%
=======================================
Files 133 133
Lines 29496 29496
Branches 5066 5066
=======================================
Hits 23884 23884
Misses 4737 4737
Partials 875 875 ☔ View full report in Codecov by Sentry. |
75dd484
to
a73cb50
Compare
Quality Gate failedFailed conditions |
Looks really good, should I merge it or is it still a WIP? |
Merge. I will try to keep PRs in draft mode until they are ready for review. |
We can fix the SonarCloud issue when we add ruff rules B. |
Understood. I guess what confused me was the title since it says |
My mistake. I should have updated the title. Thx. |
Description
Please include:
Closes: # (issue)
Let's try to limit the use of naive datetimes.
%
ruff --select=DTZ --statistics
Checklist: