Open durkmurder opened 6 days ago
Attention: Patch coverage is 84.21053%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 41.72%. Comparing base (
d0c9695
) to head (f7fbe57
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
@jordanschalm @turbolent It took me 5 mins to build a regex and replace everything. Pretty much low effort if you ask me. Even if it's not 100% accurate it shouldn't harm replacing all `` with []. As long as tests are passing I am pretty confident that it shouldn't cause a regression.
Oh yeah, I think replacing linking all occurrences in docstrings if fine, even if they might not work, as long as we don't change non-docstring code 👍
Context
Based on comment on recent PR this PR replaces usages of `type` with [type].
I have used following regex to find all type usages: `([a-zA-Z]+.[a-zA-Z]+)` and then next expression to replace: [$1]