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/3.3.x] [used-before-assignment] Fix FP for inner function return type #10285

Merged

Conversation

github-actions[bot]
Copy link
Contributor

Backport 78666e4 from #10275.

(cherry picked from commit 78666e4)
@Pierre-Sassoulas Pierre-Sassoulas added the False Positive 🦟 A message is emitted but nothing is wrong with the code label Mar 18, 2025
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.6 milestone Mar 18, 2025
@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) March 18, 2025 12:24
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (f28d768) to head (028df3c).
Report is 1 commits behind head on maintenance/3.3.x.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/3.3.x   #10285   +/-   ##
==================================================
  Coverage              95.84%   95.84%           
==================================================
  Files                    174      174           
  Lines                  18982    18984    +2     
==================================================
+ Hits                   18193    18195    +2     
  Misses                   789      789           
Files with missing lines Coverage Δ
pylint/checkers/variables.py 97.26% <100.00%> (+<0.01%) ⬆️
🚀 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 544464a into maintenance/3.3.x Mar 18, 2025
25 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the backport-10275-to-maintenance/3.3.x branch March 18, 2025 12:38
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

2 participants