Enforce reasonable standards on all Python code, especially strong typing. Wanted standards: - PEP484-compliant type hints (decorator-style hints excluded, docstrings TBD)
Enforce reasonable standards on all Python code, especially strong typing.
Wanted standards: