Skip to content

Conversation

@Pierre-Sassoulas
Copy link
Member

No description provided.

pylint-backport bot and others added 11 commits October 26, 2025 06:32
…nnotated` (#10701)

Fix FP for `invalid-name` with `typing.Annotated` (#10699)

(cherry picked from commit bb9df16)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
…-interpolation` with template strings when using format spec (#10717)

Fix false positive for `f-string-without-interpolation` with template strings when using format spec (#10716)

(cherry picked from commit d2589f1)

Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
…under (#10725)

Add Enum dunder to the list of allowed dunder (#10722)



(cherry picked from commit 0426f8b)

Co-authored-by: Trinh Quoc Anh <trinhquocanh94@gmail.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
…ple-unpacking``. (#10726)

Fix a false positive for ``unbalanced-tuple-unpacking``. (#10724)

* Fix a false positive for ``unbalanced-tuple-unpacking`` when a tuple is assigned to a function call and the structure of the function's return value is ambiguous.

Closes #10721


(cherry picked from commit 1496340)

Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
#10728)

Fix crash when a `slice` object is called (#10715)


(cherry picked from commit 0a2cb33)

Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
… typed with Final (#10727)

Fix a false positive for class attribute typed with Final (#10712)


(cherry picked from commit 133681e)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
…used as `if` test expression (#10729)

Fix crash when a variable annotation is used as `if` test expression (#10714)

Fix crash for ``consider-using-assignment-expr``.

(cherry picked from commit 926529b)

Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
Upgrade astroid to 4.0.2 (#10730)

Closes #10624

(cherry picked from commit 361a2b8)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
… modutils.get_module_files (#10740)

fix(expand_modules): pass ignore_list to modutils.get_module_files (#10720)

(cherry picked from commit cd2839d)

Co-authored-by: shifqu <sonny@softllama.net>
@Pierre-Sassoulas Pierre-Sassoulas added this to the 4.0.3 milestone Nov 13, 2025
@Pierre-Sassoulas Pierre-Sassoulas added Documentation 📗 Skip news 🔇 This change does not require a changelog entry labels Nov 13, 2025
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.98%. Comparing base (cd2839d) to head (1c6af35).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10742   +/-   ##
=======================================
  Coverage   95.98%   95.98%           
=======================================
  Files         176      176           
  Lines       19540    19540           
=======================================
  Hits        18755    18755           
  Misses        785      785           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 9052857 into main Nov 13, 2025
30 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the merge-maintenance-into-main branch November 13, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation 📗 Skip news 🔇 This change does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants