Commit cf715db
authored
fix(deps): update dependency pylint to v3.3.6 (#472)
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.4` -> `==3.3.6` |
[](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.6`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v3.3.6)
[Compare
Source](https://redirect.github.com/pylint-dev/pylint/compare/v3.3.5...v3.3.6)
## What's new in Pylint 3.3.6?
Release date: 2025-03-20
## False Positives Fixed
- Fix a false positive for `used-before-assignment` when an inner
function's return type
annotation is a class defined at module scope.
Closes
[#​9391](https://redirect.github.com/pylint-dev/pylint/issues/9391)
###
[`v3.3.5`](https://redirect.github.com/pylint-dev/pylint/releases/tag/v3.3.5)
[Compare
Source](https://redirect.github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.5)
## What's new in Pylint 3.3.5?
Release date: 2025-03-09
## False Positives Fixed
- Fix false positives for `use-implicit-booleaness-not-comparison`,
`use-implicit-booleaness-not-comparison-to-string`
and `use-implicit-booleaness-not-comparison-to-zero` when chained
comparisons are checked.
Closes
[#​10065](https://redirect.github.com/pylint-dev/pylint/issues/10065)
- Fix a false positive for `invalid-getnewargs-ex-returned` when the
tuple or dict has been assigned to a name.
Closes
[#​10208](https://redirect.github.com/pylint-dev/pylint/issues/10208)
- Remove `getopt` and `optparse` from the list of deprecated modules.
Closes
[#​10211](https://redirect.github.com/pylint-dev/pylint/issues/10211)
## Other Bug Fixes
- Fixed conditional import x.y causing false positive
possibly-used-before-assignment.
Closes
[#​10081](https://redirect.github.com/pylint-dev/pylint/issues/10081)
- Fix a crash when something besides a class is found in an except
handler.
Closes
[#​10106](https://redirect.github.com/pylint-dev/pylint/issues/10106)
- Fixed raising invalid-name when using camelCase for private methods
with two leading underscores.
Closes
[#​10189](https://redirect.github.com/pylint-dev/pylint/issues/10189)
## Other Changes
- Upload release assets to PyPI via Trusted Publishing.
Closes
[#​10256](https://redirect.github.com/pylint-dev/pylint/issues/10256)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6910e3a commit cf715db
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