summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>2021-11-09 12:51:34 +0100
committerGitHub <noreply@github.com>2021-11-09 12:51:34 +0100
commit57515ae304c9e4bae6a94f08ea7ef2d6fadc61ce (patch)
tree926eb6ccea2547632aa5e2624da6657cfcb75854 /MANIFEST.in
parent5d39f58b60f635d990324b8759053ff1cc279451 (diff)
downloadpylint-git-57515ae304c9e4bae6a94f08ea7ef2d6fadc61ce.tar.gz
Add checker `using-final-decorator-in-unsupported-version` (#5165)
* Add checker `using-final-in-unsupported-version` This is one of the tasks in issue: #5134 Also: - Ensure the existing checkers for `typing.final` are used irrespective of Python version * Emit `using-final-in-unsupported-version` warning when Python version < 3.8 and none of the other `typing.final`-related warnings * Add `uninferable_final_decorators` Return any `typing.final` decorators for a given `Decorators` node. Used to determine if this decorator is used with a version of Python in which it is unsupported. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions