diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-09-05 23:43:03 +0200 |
---|---|---|
committer | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-09-05 23:43:03 +0200 |
commit | 092c0dc224d855fce1f87962ec80371a55bd4a7d (patch) | |
tree | c70d57802c3e3c2459b69bb9b4e814134de01465 /doc | |
parent | 005b7d22c75c7c32c1dafd7b548d858c0682e58a (diff) | |
download | pylint-git-092c0dc224d855fce1f87962ec80371a55bd4a7d.tar.gz |
Extend consider-using-in for attribute access
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.11.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.11.rst b/doc/whatsnew/2.11.rst index cdbba865d..72dc75e71 100644 --- a/doc/whatsnew/2.11.rst +++ b/doc/whatsnew/2.11.rst @@ -69,3 +69,5 @@ Other Changes * Fix false positive ``superfluous-parens`` for tuples created with inner tuples Closes #4907 + +* Extended ``consider-using-in`` check to work for attribute access. |