Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add types #435

Open
antazoey opened this issue Jun 14, 2022 · 0 comments
Open

[Enhancement] Add types #435

antazoey opened this issue Jun 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@antazoey
Copy link
Contributor

Summary

Feature request to add type hints and mypy type-checking

Proposed API

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

@antazoey antazoey added the enhancement New feature or request label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant