Skip to content

Conversation

@jacobtylerwalls
Copy link
Member

No description provided.

pylint-backport bot and others added 4 commits November 22, 2025 08:16
…vel names match class-level names (#10753)

fix: avoid false positive when module-level names match class-level names (#10723)

Add scope comparision to avoid module-level constants to be incorrectly
classified as variables when a class-level attribute with the same name exists

Closes #10719

(cherry picked from commit e55e830)

Co-authored-by: Joao Faria <joaovitorfaria.dev@gmail.com>
…gnment of objects (#10754)

[invalid-name] Fix FP for exclusive assignment of objects (#10746)

(cherry picked from commit d308554)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry labels Nov 30, 2025
@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

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

Additional details and impacted files

Impacted file tree graph

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

@jacobtylerwalls jacobtylerwalls merged commit 6b7c5b5 into main Nov 30, 2025
29 of 30 checks passed
@jacobtylerwalls jacobtylerwalls deleted the post-4.0.4 branch November 30, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintenance Discussion or action around maintaining pylint or the dev workflow 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