-
Notifications
You must be signed in to change notification settings - Fork 308
STY: Enforce more ruff rules #3437
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
b2950a0 to
4ebdbe8
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3437 +/- ##
==========================================
+ Coverage 73.68% 73.72% +0.03%
==========================================
Files 60 60
Lines 4758 4757 -1
Branches 616 615 -1
==========================================
+ Hits 3506 3507 +1
+ Misses 1110 1109 -1
+ Partials 142 141 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a2203d7 to
8a10343
Compare
c36db09 to
b8cc14e
Compare
|
Marking as draft to make quickly reviewing the PR list simpler. Please do not hesitate to mark ready for review when you think it's ready. This PR is out of date. |
FLY002 Consider f-string instead of string join
PERF403 Use a dictionary comprehension instead of a for-loop
PGH003 Use specific rule codes when ignoring type issues
PLE1205 Too many arguments for `logging` format string
RUF010 Use explicit conversion flag
RUF013 PEP 484 prohibits implicit `Optional`
RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
RUF100 Unused `noqa` directive
F841 Local variable is assigned to but never used
FURB192 Prefer `max` over `sorted()` to compute the maximum value in a sequence
RUF028 This suppression comment is invalid because it cannot be in an expression, pattern, argument list, or other non-statement
RUF039 First argument is not raw string
b8cc14e to
fe0986c
Compare
fe0986c to
91c89cc
Compare
No description provided.