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

Silence pylint error for class inheriting from NamedTuple #220

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

simu
Copy link
Member

@simu simu commented Oct 19, 2020

Python 3.9 changed typing.NamedTuple to be a function that can be inherited from. This trips up pylint, cf. pylint-dev/pylint#3876.

Checklist

  • Keep pull requests small so they can be easily reviewed.

Python 3.9 changed typing.NamedTuple to be a function that can be
inherited from. This trips up pylint, cf.
pylint-dev/pylint#3876.
@simu simu requested review from mhutter and srueg October 19, 2020 08:53
@simu simu merged commit e98b7cd into master Oct 19, 2020
@simu simu deleted the fix/pylint-inherit-namedtuple branch October 19, 2020 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants