summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-06-10 13:04:17 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-12 08:38:34 +0200
commit2cae129a9cd425c8990274e3f7deb0e8cc5a6ed9 (patch)
treeaed4b72e26178f6d34cc0574769981a22aa569d9 /doc
parent49a6206c7756307844c1c32c256afdf9836d7bce (diff)
downloadpylint-git-2cae129a9cd425c8990274e3f7deb0e8cc5a6ed9.tar.gz
Move consider-using-namedtuple-or-dataclass to CodeStyle extension
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.9.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index d267d8ba3..212a58bb5 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -31,9 +31,6 @@ New checkers
* New checker ``invalid-class-object``: Emitted when a non-class is assigned to a ``__class__`` attribute.
-* ``consider-using-namedtuple-or-dataclass``: Emitted when dictionary values
- can be replaced by namedtuples or dataclass instances.
-
* ``invalid-all-format``: Emitted when ``__all__`` has an invalid format,
i.e. isn't a ``tuple`` or ``list``.