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
Using typehints and typechecker like mypy. I've experimented using pyannotate to annotate tests/gitlab_api_mock.py (it required a fair deal of manual annotation though) and found the resulting file far easier to understand.
The text was updated successfully, but these errors were encountered:
I guess all of this is also related to #295, as there's more quality of life stuff for developers discussed there, but there's a bit of a backlog already.
I'm wondering what your general feeling would be about:
tests/gitlab_api_mock.py
(it required a fair deal of manual annotation though) and found the resulting file far easier to understand.The text was updated successfully, but these errors were encountered: