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

Split [type-arg] into [type-arg] and [type-arg-generic] also to solve #3737 #17667

Open
MarcusJellinghaus opened this issue Aug 13, 2024 · 0 comments
Labels

Comments

@MarcusJellinghaus
Copy link

Feature

Split error code [type-arg] into [type-arg] and [type-arg-generic] to allow disabling this check for generic errors, also to solve #3737.

Pitch

I have the same issue as described in #3737 . I want to disable_error_code = type-arg but only for generic types (eg pandas.Series), and keep it otherwise.
Therefore, I'm suggesting to split the error code into two error codes, so that I can disable one of them (and keep the other).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant