opsmill / infrahub-sdk-python

Python SDK to interact with Infrahub
https://www.opsmill.com
Apache License 2.0
3 stars 2 forks source link

Rework ignore rules for mypy #121

Closed ogenstad closed 3 weeks ago

ogenstad commented 3 weeks ago

Split apart the ignore rules for mypy into smaller components of individual violations, both to avoid introducing new types of violations in the files where we ignore all violations but also to be able to fix single rules.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

@@           Coverage Diff            @@
##           develop     #121   +/-   ##
========================================
  Coverage    64.34%   64.34%           
========================================
  Files           75       75           
  Lines         6893     6893           
  Branches      1365     1365           
========================================
  Hits          4435     4435           
  Misses        2103     2103           
  Partials       355      355           
Flag Coverage Δ
python-3.10 43.34% <ø> (ø)
python-3.11 43.34% <ø> (ø)
python-3.12 43.34% <ø> (ø)
python-3.9 43.29% <ø> (ø)
python-filler-3.12 23.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.