## Summary Feature request to add type hints and mypy type-checking ## Proposed API ```python def create_query_filter(term: str, operator: str, value: str = None) -> QueryFilter: ``` I guarantee found edge cases will come out of it, and the codebase will look more readable ## Intended Use Case <!-- Provide a detailed example of where your proposal would be used and for what purpose. -->