ansible / team-devtools

Shared practices, workflows and decisions impacting Ansible devtools projects

Home Page:https://ansible.readthedocs.io/projects/team-devtools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PEP-563 on devtools projects

ssbarnea opened this issue · comments

As the minimal version of python is py38, we can now avoid having to quote type hint information.

Reference: https://adamj.eu/tech/2021/05/15/python-type-hints-future-annotations/