gto
gto copied to clipboard
chore(deps): update dependency pylint to v3.2.7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pylint (changelog) | ==3.2.6 -> ==3.2.7 |
Release Notes
pylint-dev/pylint (pylint)
v3.2.7
What's new in Pylint 3.2.7?
Release date: 2024-08-31
False Positives Fixed
-
Fixed a false positive
unreachableforNoReturncoroutine functions.Closes #9840
Other Bug Fixes
-
Fix crash in refactoring checker when calling a lambda bound as a method.
Closes #9865
-
Fix a crash in
undefined-loop-variablewhen providing theiterableargument toenumerate().Closes #9875
-
Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.
Refs #9883
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.37%. Comparing base (
1ba8e64) to head (137c836).
Additional details and impacted files
@@ Coverage Diff @@
## main #461 +/- ##
=======================================
Coverage 85.37% 85.37%
=======================================
Files 19 19
Lines 2120 2120
=======================================
Hits 1810 1810
Misses 310 310
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.