Commit 32304fe
Merge branch 'maintenance/3.3.x' into main following 3.3.8 release (#10487)
* [ci] Install pylint before every test (#10388) (#10389)
Co-authored-by: Marc Mueller <[email protected]>
* Improve backport job permissions (#10390) (#10391)
(cherry picked from commit 222ab20)
* Resolve `possibly-used-before-assignment` false positives from `match` block assignments (#10393)
(cherry picked from commit ad14b5b)
* Use custom Github App to authenticate backport job (#10394) (#10396)
(cherry picked from commit 6be8676)
Co-authored-by: Marc Mueller <[email protected]>
* Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONLY, etc.) (#10379) (#10401)
* updated diagrams.py file
* added tests
* updated tests
* added test cases
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
(cherry picked from commit ed59632)
Co-authored-by: pavan-msys <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix Mermaid printer rendering double underscores as bold formatting (#10403) (#10410)
(cherry picked from commit 25a0f9e)
Co-authored-by: Julian Grimm <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
* Respect docstring-min-length in docparams extension (#10104) (#10434)
(cherry picked from commit 7f5e996)
Co-authored-by: Berker ŞAL <[email protected]>
* Fix `unused-variable` false positive when using same name for multiple exceptions (#10436) (#10481)
(cherry picked from commit 9e72867)
Co-authored-by: Zen Lee <[email protected]>
* Fix false-negative for used-before-assignment with postponed evaluation in function defs (#10482) (#10483)
(cherry picked from commit d363fca)
Co-authored-by: Marc Mueller <[email protected]>
* Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484)
(cherry picked from commit f04761b)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pylint to 3.3.8, update changelog (#10486)
---------
Co-authored-by: Marc Mueller <[email protected]>
Co-authored-by: Jacob Walls <[email protected]>
Co-authored-by: pylint-backport-bot[bot] <212256041+pylint-backport-bot[bot]@users.noreply.github.com>
Co-authored-by: pavan-msys <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Julian Grimm <[email protected]>
Co-authored-by: Berker ŞAL <[email protected]>
Co-authored-by: Zen Lee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
2 files changed
+48
-0
lines changed- doc/whatsnew/3/3.3
- script
2 files changed
+48
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
17 | 64 | | |
18 | 65 | | |
19 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments