We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5a96370
Fix deprecated-method false positive when alias for method is similar to name of deprecated method.
deprecated-method
Closes #5886
Fix a false positive for used-before-assignment for imports guarded by typing.TYPE_CHECKING later used in variable annotations.
used-before-assignment
typing.TYPE_CHECKING
Closes #7609
Pylint will now filter duplicates given to it before linting. The output should be the same whether a file is given/discovered multiple times or not.
Closes #6242, #4053
Fixes a crash in stop-iteration-return when the next builtin is called without arguments.
stop-iteration-return
next
Closes #7828