useblocks / sphinx-needs

Adds needs/requirements to sphinx
https://sphinx-needs.readthedocs.io/en/latest/index.html
MIT License
213 stars 66 forks source link

🔧 disallow `implicit_reexport` in mypy #1302

Closed chrisjsewell closed 2 months ago

chrisjsewell commented 2 months ago

Basically, make sure things are imported from the correct modules

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.93%. Comparing base (4e10030) to head (d35d6b9). Report is 49 commits behind head on master.

Files with missing lines Patch % Lines
sphinx_needs/directives/needflow/_graphviz.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1302 +/- ## ========================================== + Coverage 86.87% 86.93% +0.05% ========================================== Files 56 60 +4 Lines 6532 6914 +382 ========================================== + Hits 5675 6011 +336 - Misses 857 903 +46 ``` | [Flag](https://app.codecov.io/gh/useblocks/sphinx-needs/pull/1302/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=useblocks) | Coverage Δ | | |---|---|---| | [pytests](https://app.codecov.io/gh/useblocks/sphinx-needs/pull/1302/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=useblocks) | `86.93% <90.00%> (+0.05%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=useblocks#carryforward-flags-in-the-pull-request-comment) to find out more.

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