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

[possibly-used-before-assignment] Avoid FP for typing.NoReturn #9714

Merged
merged 1 commit into from
Jun 21, 2024

[possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never

c68b813
Select commit
Loading
Failed to load commit list.
Merged

[possibly-used-before-assignment] Avoid FP for typing.NoReturn #9714

[possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never
c68b813
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 1s

95.84% (target 95.00%)

View this Pull Request on Codecov

95.84% (target 95.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (fc9bdeb) to head (c68b813).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #9714      +/-   ##
==========================================
- Coverage   95.85%   95.84%   -0.01%     
==========================================
  Files         174      174              
  Lines       18873    18878       +5     
==========================================
+ Hits        18090    18094       +4     
- Misses        783      784       +1     
Files Coverage Δ
pylint/checkers/utils.py 96.16% <100.00%> (+0.01%) ⬆️
pylint/checkers/variables.py 97.30% <ø> (-0.08%) ⬇️