diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-09-14 18:49:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 18:49:32 +0200 |
commit | af407c73064c1a9cb3cce5f056fa1e26c9e7b540 (patch) | |
tree | bb83ec0f57bd35c40443c061d3a0ba747570c697 /doc | |
parent | de9af75104f74f954f3eae0085cc0c400f04511d (diff) | |
download | pylint-git-af407c73064c1a9cb3cce5f056fa1e26c9e7b540.tar.gz |
Make consider-iterating-dictionary consider membership check (#4997)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.11.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.11.rst b/doc/whatsnew/2.11.rst index 6ace2f633..0a239025f 100644 --- a/doc/whatsnew/2.11.rst +++ b/doc/whatsnew/2.11.rst @@ -85,3 +85,7 @@ Other Changes Closes #1375 Closes #330 + +* The ``consider-iterating-dictionary`` checker now also considers membership checks + + Closes #4069 |