Skip to content
  • BryanDavis's avatar
    lint: Run mypy in strict mode · 8729d8bc
    BryanDavis authored
    Keeping type hints updated without a linter to yell at us is
    challenging. Running mypy in strict mode will keep us honest about
    providing type hints for static analysis with each code change.
    
    Because type hint capabilities are actively evolving in backwards
    incompatible ways we are also now choosing to run mypy using our oldest
    supported Python version rather than our newest.
    8729d8bc