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

Add check for unnecessary-default-type-args #9938

Merged

Update doc/data/messages/u/unnecessary-default-type-args/details.rst

d0b84f5
Select commit
Loading
Failed to load commit list.
Merged

Add check for unnecessary-default-type-args #9938

Update doc/data/messages/u/unnecessary-default-type-args/details.rst
d0b84f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 1s

95.80% (target 95.00%)

View this Pull Request on Codecov

95.80% (target 95.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (7aa4436) to head (d0b84f5).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9938   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files         174      174           
  Lines       18933    18940    +7     
=======================================
+ Hits        18139    18146    +7     
  Misses        794      794           
Files with missing lines Coverage Δ
pylint/checkers/exceptions.py 98.29% <ø> (ø)
pylint/checkers/symilar.py 96.31% <100.00%> (ø)
pylint/checkers/variables.py 97.23% <100.00%> (ø)
pylint/extensions/typing.py 97.76% <100.00%> (+0.09%) ⬆️
pylint/pyreverse/diadefslib.py 100.00% <ø> (ø)
pylint/testutils/checker_test_case.py 97.82% <ø> (ø)
pylint/testutils/utils.py 98.30% <ø> (ø)
pylint/utils/pragma_parser.py 98.24% <100.00%> (ø)