Commit 95bd875
authored
fix(deps): update dependency pylint to v3.3.7 (#474)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pylint](https://redirect.github.com/pylint-dev/pylint)
([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) |
`==3.3.6` -> `==3.3.7` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pylint-dev/pylint (pylint)</summary>
###
[`v3.3.7`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v3.3.7)
[Compare
Source](https://redirect.github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.7)
## What's new in Pylint 3.3.7?
Release date: 2025-05-04
## False Positives Fixed
- Comparisons between two calls to `type()` won't raise an
`unidiomatic-typecheck` warning anymore, consistent with the behavior
applied only for `==` previously.
Closes
[#​10161](https://redirect.github.com/pylint-dev/pylint/issues/10161)
## Other Bug Fixes
- Fixed a crash when importing a class decorator that did not exist with
the same name as a class attribute after the class definition.
Closes
[#​10105](https://redirect.github.com/pylint-dev/pylint/issues/10105)
- Fix a crash caused by malformed format strings when using `.format`
with keyword arguments.
Closes
[#​10282](https://redirect.github.com/pylint-dev/pylint/issues/10282)
- Using a slice as a class decorator now raises a `not-callable` message
instead of crashing. A lot of checks that dealt with decorators (too
many to list) are now shortcut if the decorator can't immediately be
inferred to a function or class definition.
Closes
[#​10334](https://redirect.github.com/pylint-dev/pylint/issues/10334)
## Other Changes
- The algorithm used for `no-member` suggestions is now more efficient
and cuts the
calculation when the distance score is already above the threshold.
Refs
[#​10277](https://redirect.github.com/pylint-dev/pylint/issues/10277)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/iterative/gto).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a57c8ea commit 95bd875
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments