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

[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in 'enumerate' #9704

Merged
merged 3 commits into from
Jun 6, 2024

Simplify

39459c2
Select commit
Loading
Failed to load commit list.
Merged

[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in 'enumerate' #9704

Simplify
39459c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 6, 2024 in 0s

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 (ea73bae) to head (39459c2).
Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9704   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files         174      174           
  Lines       18862    18862           
=======================================
+ Hits        18078    18079    +1     
+ Misses        784      783    -1     
Files Coverage Ξ”
pylint/checkers/refactoring/refactoring_checker.py 98.37% <100.00%> (+0.10%) ⬆️