Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport maintenance/2.16.x] Fix invalid type false positive (#8206) #8386

Merged

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Mar 6, 2023

(cherry picked from commit e64f043)

@cdce8p cdce8p added the False Positive 🦟 A message is emitted but nothing is wrong with the code label Mar 6, 2023
@cdce8p cdce8p added this to the 2.16.4 milestone Mar 6, 2023
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Merging #8386 (90f43f2) into maintenance/2.16.x (08bac36) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##           maintenance/2.16.x    #8386   +/-   ##
===================================================
  Coverage               95.53%   95.53%           
===================================================
  Files                     177      177           
  Lines                   18642    18648    +6     
===================================================
+ Hits                    17810    17816    +6     
  Misses                    832      832           
Impacted Files Coverage Δ
pylint/checkers/typecheck.py 96.35% <100.00%> (+0.01%) ⬆️
pylint/constants.py 100.00% <100.00%> (ø)

@cdce8p cdce8p marked this pull request as ready for review March 6, 2023 14:21
@cdce8p cdce8p merged commit fb4512c into pylint-dev:maintenance/2.16.x Mar 6, 2023
@cdce8p cdce8p deleted the backport-isinstance-union-type branch March 6, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants