-
Notifications
You must be signed in to change notification settings - Fork 200
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
⬆️ UPDATE: pylint 2.11 #5167
⬆️ UPDATE: pylint 2.11 #5167
Conversation
Addresses new issue types: `consider-using-in`, `use-sequence-for-iteration`, `redundant-u-string-prefix`, `consider-iterating-dictionary`, `use-list-literal`, `use-dict-literal`, `global-variable-not-assigned`, `cell-var-from-loop`, `unspecified-encoding`. For now, `consider-using-f-string` is added to the ignore list, since there was too many to fix, and we already use flynt to catch most new issues.
Codecov Report
@@ Coverage Diff @@
## develop #5167 +/- ##
===========================================
- Coverage 80.93% 80.92% -0.00%
===========================================
Files 536 536
Lines 37054 37054
===========================================
- Hits 29986 29984 -2
- Misses 7068 7070 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
there is some weird (incorrect) errors, that don't actually get raise locally on my Mac, so I guess will just disable them for now.
|
Opened pylint-dev/pylint#5131 for the |
cc @aiidateam/dependency-manager |
Addresses new issue types:
consider-using-in
,use-sequence-for-iteration
,redundant-u-string-prefix
,consider-iterating-dictionary
,use-list-literal
,use-dict-literal
,global-variable-not-assigned
,cell-var-from-loop
,unspecified-encoding
.For now,
consider-using-f-string
is added to the ignore list, since there was too many to fix, and we already use flynt to catch most new issues.