Skip to content

Add type hints for cli.py #1479

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

Merged
merged 3 commits into from
May 31, 2025

refactor: remove `TypeError` handling since `Python >=3.9` is required

b5b76a0
Select commit
Loading
Failed to load commit list.
Merged

Add type hints for cli.py #1479

refactor: remove `TypeError` handling since `Python >=3.9` is required
b5b76a0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 31, 2025 in 0s

97.82% (target 97.00%)

View this Pull Request on Codecov

97.82% (target 97.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.82%. Comparing base (c0220cd) to head (b5b76a0).

Additional details and impacted files
@@            Coverage Diff             @@
##           refactors    #1479   +/-   ##
==========================================
  Coverage      97.82%   97.82%           
==========================================
  Files             57       57           
  Lines           2618     2619    +1     
==========================================
+ Hits            2561     2562    +1     
  Misses            57       57           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.