pythonpylintpylintrc

Pylint warning typing final


I was using pylint --list-msgs and one of the warnings I got was this one:

I hope first is not receive this warning, because the project don't have reference with this warning, and if possible, understand the reason for the warning


Solution

  • When you launch pylint --list-msgs pylint is displaying a list of all its messages, it's going to always be the same for everyone and is not related to your code. Here's the doc for this message if you want more detail about it : https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/using-final-decorator-in-unsupported-version.html