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

Remove type inconsistency #38

Open
dakk opened this issue Apr 2, 2024 · 1 comment
Open

Remove type inconsistency #38

dakk opened this issue Apr 2, 2024 · 1 comment
Labels
enhancement New feature or request typing Typing related

Comments

@dakk
Copy link
Owner

dakk commented Apr 2, 2024

In some places of the code we are using type: ignore for disabling mypy checks. We need to remove all ignores, enforcing type consistency.

$ grep -R "type: ignore" * | wc -l
87
@dakk dakk added enhancement New feature or request typing Typing related labels Apr 2, 2024
@dakk
Copy link
Owner Author

dakk commented Apr 11, 2024

Now is 57 after merging a685084

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typing Typing related
Projects
None yet
Development

No branches or pull requests

1 participant