Commit f7e79ba
authored
fix(deps): update dependency pylint to v3.3.3 (#468)
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.2` -> `==3.3.3` |
[](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.3`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v3.3.3)
[Compare
Source](https://redirect.github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3)
## What's new in Pylint 3.3.3?
Release date: 2024-12-23
## False Positives Fixed
- Fix false positives for `undefined-variable` for classes using Python
3.12
generic type syntax.
Closes
[#​9335](https://redirect.github.com/pylint-dev/pylint/issues/9335)
- Fix a false positive for `use-implicit-booleaness-not-len`. No lint
should be emitted for
generators (`len` is not defined for generators).
Refs
[#​10100](https://redirect.github.com/pylint-dev/pylint/issues/10100)
## Other Bug Fixes
- Fix `Unable to import 'collections.abc' (import-error)` on Python
3.13.1.
Closes
[#​10112](https://redirect.github.com/pylint-dev/pylint/issues/10112)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d9bf6fd commit f7e79ba
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