summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-31 14:42:04 +0200
committerGitHub <noreply@github.com>2021-05-31 14:42:04 +0200
commit1ddc3ff7b3633ddd364a9c1a98e8e2b7dc4e9f21 (patch)
tree0fc3be0936315e1cea0d0d58a404036a2dfe1e67 /doc
parent8115d8e810a8abdb8c3830a459787afa1ee37ca0 (diff)
downloadpylint-git-1ddc3ff7b3633ddd364a9c1a98e8e2b7dc4e9f21.tar.gz
Add new checker consider-using-namedtuple (#4517)
* Add new checker consider-using-namedtuple * Add disable for existing code base
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.9.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index 25e7d0da2..af7625437 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -31,6 +31,8 @@ New checkers
* New checker ``invalid-class-object``: Emitted when a non-class is assigned to a ``__class__`` attribute.
+* ``consider-using-namedtuple``: Emitted when dictionary values can be replaced by namedtuples.
+
Other Changes
=============