You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we hit a mypy error the console is flooded with mypy warnings as well. Clean up the warning to improve developer experience.
Reproduction
Simply force a mypy error (change types) and the warnings will be generated.
Relevant Output
core/dbt/semver.py:111: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
core/dbt/semver.py:112: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Fix untyped functions in semver.py (mypy warning)
[CT-2973] Fix untyped functions in semver.py (mypy warning)
Aug 14, 2023
emmyoop
added
the
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
label
Aug 14, 2023
Problem
When we hit a mypy error the console is flooded with mypy warnings as well. Clean up the warning to improve developer experience.
Reproduction
Simply force a mypy error (change types) and the warnings will be generated.
Relevant Output
The text was updated successfully, but these errors were encountered: