• Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Lowest Lowest
    • None

      Can use mypy, a statically typed version of Python, to add static type linting. Something like (from home-assistant):

      [testenv:typing]
      basepython = python3
      deps = -r

      {toxinidir}

      /requirements_test.txt
      commands = mypy --silent-imports homeassistant

      or mypy coala bear:

      https://github.com/coala/coala-bears/blob/master/bears/python/MypyBear.py

            Unassigned Unassigned
            dfarrell07 Daniel Farrell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: