kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
839 stars 45 forks source link

Add `mypy` to the pre-commit hooks #421

Closed jacobtomlinson closed 4 months ago

jacobtomlinson commented 4 months ago

Now that mypy is passing we can add it to the pre-commit hooks.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.33%. Comparing base (87063fc) to head (ce4648e). Report is 119 commits behind head on main.

Files with missing lines Patch % Lines
kr8s/_exec.py 70.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #421 +/- ## ========================================== + Coverage 94.61% 95.33% +0.71% ========================================== Files 29 31 +2 Lines 3141 3662 +521 ========================================== + Hits 2972 3491 +519 - Misses 169 171 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.