ADR suggestion: New code should use type hints #3170
rozyczko
started this conversation in
ADR Suggestions
Replies: 1 comment
-
If we implement ruff as in #3171, this might happen automatically... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed during the code camp (07/01/2025) we are trying to move towards having type-hints in the code.
Before addressing the bulk of the code, we should start requiring all the new code to contain type hints for all method signatures.
Checking type hints should also be a part of the code review.
Beta Was this translation helpful? Give feedback.
All reactions