Skip to content

Improve conditionals (#10654)

191a05a
Select commit
Loading
Failed to load commit list.
Merged

[Backport maintenance/4.0.x] Improve conditionals #10655

Improve conditionals (#10654)
191a05a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2025 in 1s

95.96% (target 95.00%)

View this Pull Request on Codecov

95.96% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 95.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.96%. Comparing base (e60b80e) to head (191a05a).

Files with missing lines Patch % Lines
pylint/checkers/spelling.py 33.33% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/4.0.x   #10655   +/-   ##
==================================================
  Coverage              95.96%   95.96%           
==================================================
  Files                    176      176           
  Lines                  19506    19506           
==================================================
  Hits                   18719    18719           
  Misses                   787      787           
Files with missing lines Coverage Δ
pylint/checkers/base/name_checker/checker.py 98.72% <100.00%> (ø)
pylint/checkers/classes/class_checker.py 94.01% <100.00%> (ø)
pylint/checkers/dataclass_checker.py 100.00% <100.00%> (ø)
pylint/checkers/design_analysis.py 98.42% <100.00%> (ø)
pylint/checkers/exceptions.py 98.30% <100.00%> (ø)
pylint/checkers/imports.py 94.88% <100.00%> (ø)
...int/checkers/refactoring/recommendation_checker.py 96.96% <100.00%> (ø)
pylint/checkers/refactoring/refactoring_checker.py 98.22% <100.00%> (ø)
pylint/checkers/stdlib.py 96.33% <100.00%> (ø)
pylint/checkers/strings.py 94.29% <100.00%> (ø)
... and 8 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.