Skip to content

Conversation

@jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #10672

@jacobtylerwalls jacobtylerwalls added this to the 4.0.2 milestone Oct 16, 2025
@jacobtylerwalls jacobtylerwalls added False Positive 🦟 A message is emitted but nothing is wrong with the code backport maintenance/4.0.x labels Oct 16, 2025
@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 95.96%. Comparing base (ffb3320) to head (6ca6a9f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10673   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files         176      176           
  Lines       19525    19525           
=======================================
  Hits        18738    18738           
  Misses        787      787           
Files with missing lines Coverage Ξ”
pylint/checkers/base/name_checker/checker.py 98.72% <ΓΈ> (ΓΈ)
πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
@jacobtylerwalls jacobtylerwalls merged commit 4eabe26 into pylint-dev:main Oct 16, 2025
44 checks passed
pylint-backport bot pushed a commit that referenced this pull request Oct 16, 2025
jacobtylerwalls added a commit that referenced this pull request Oct 16, 2025
…10674)

Fix FP for invalid-name for TypedDicts (#10673)

(cherry picked from commit 4eabe26)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport maintenance/4.0.x False Positive 🦟 A message is emitted but nothing is wrong with the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starting from pyling 4.0.0 we get C0103 errors on naming for typing typedefs

2 participants