- 
  Notifications
 You must be signed in to change notification settings 
- Fork 536
STY: Apply ruff/pycodestyle rules (E) #3689
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
E401 Multiple imports on one line
E712 Avoid equality comparisons to `False`; use `if not trait.__dict__[key]:` for false checks
E714 Test for object identity should be `is not`
E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
| Codecov ReportAttention: Patch coverage is  
 
 Additional details and impacted files@@ Coverage Diff @@ ## master #3689 +/- ## ======================================= Coverage 70.84% 70.84% ======================================= Files 1277 1277 Lines 59116 59118 +2 Branches 9803 9803 ======================================= + Hits 41882 41884 +2 Misses 16067 16067 Partials 1167 1167 ☔ View full report in Codecov by Sentry. | 
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.
Small stylistic suggestion.
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
No description provided.