summaryrefslogtreecommitdiff
path: root/doc/whatsnew
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-07 18:12:08 +0200
committerGitHub <noreply@github.com>2021-11-07 18:12:08 +0200
commit6827dfe84e793a4fc9a07afc3a463ded6e22b230 (patch)
tree06965ca42cdf02f3abc5c103094d853a767cd462 /doc/whatsnew
parent0a1ebd488fcdf7bf306615aba29e401ce49e3e10 (diff)
downloadpylint-git-6827dfe84e793a4fc9a07afc3a463ded6e22b230.tar.gz
Make ``self-cls-assignment`` check tuple assignment (#5268)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'doc/whatsnew')
-rw-r--r--doc/whatsnew/2.12.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index f3b6bc86c..3be3f3c7b 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -112,6 +112,8 @@ Other Changes
Fixes part of #3688
+* ``self-cls-assignment`` now also considers tuple assignment
+
* ``undefined-variable`` now correctly triggers for assignment expressions in if ... else statements
This includes a basic form of control flow inference for if ... else statements using
constant boolean values