pyDataverse icon indicating copy to clipboard operation
pyDataverse copied to clipboard

Use type annotations

Open skasberger opened this issue 4 years ago • 1 comments

Use type-annotation for all string manipulation.

Prepare

  • [ ] Check: what are type annotations used for, next to functions?
    • [ ] https://docs.python.org/3/library/typing.html
  • [ ] https://inventwithpython.com/blog/2019/11/24/type-hints-for-busy-python-programmers/

Implementation

  • [ ] Update code
    • [ ] api
    • [ ] models
    • [ ] utils
    • [ ] tests
  • [ ]Update Docs: Contributor Guide
  • [ ] Run pytest
  • [ ] Run tox

Review

Follow-Ups

skasberger avatar Feb 15 '21 19:02 skasberger

As discussed during the 2024-02-14 meeting of the pyDataverse working group, we are closing old milestones in favor of a new project board at https://github.com/orgs/gdcc/projects/1 and removing issues (like this one) from those old milestones. Please feel free to join the working group! You can find us at https://py.gdcc.io and https://dataverse.zulipchat.com/#narrow/stream/377090-python

pdurbin avatar Feb 14 '24 20:02 pdurbin