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 [possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never #9742

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

Pierre-Sassoulas
Copy link
Member

Manual backport of #9714 after a cherry-pick conflict.

@Pierre-Sassoulas Pierre-Sassoulas added False Positive 🦟 A message is emitted but nothing is wrong with the code Maintenance Discussion or action around maintaining pylint or the dev workflow labels Jun 21, 2024
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.2.4 milestone Jun 21, 2024
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.82%. Comparing base (22e4d36) to head (078f7a4).
Report is 20 commits behind head on maintenance/3.2.x.

Additional details and impacted files

Impacted file tree graph

@@                  Coverage Diff                  @@
##           maintenance/3.2.x    #9742      +/-   ##
=====================================================
- Coverage              95.83%   95.82%   -0.01%     
=====================================================
  Files                    174      174              
  Lines                  18838    18843       +5     
=====================================================
+ Hits                   18053    18057       +4     
- Misses                   785      786       +1     
Files with missing lines Coverage Δ
pylint/checkers/utils.py 96.16% <100.00%> (+0.01%) ⬆️
pylint/checkers/variables.py 97.30% <ø> (-0.08%) ⬇️

@Pierre-Sassoulas Pierre-Sassoulas merged commit c41c35a into maintenance/3.2.x Jun 21, 2024
25 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the backport-9674-uba-no-return branch June 21, 2024 14:42
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 Maintenance Discussion or action around maintaining pylint or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants