summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2019-10-16 22:11:35 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2019-10-16 21:11:35 +0200
commit6df0b3e2a4381c64d4ca68c99d20b101b2b61fa7 (patch)
tree3b6b516d79807686de81337c34315616024266f5 /doc
parent141873adae38fe5046dd52be161b0ae359731d6d (diff)
downloadpylint-git-6df0b3e2a4381c64d4ca68c99d20b101b2b61fa7.tar.gz
Flag various collections as dangerous defaults (#3183) (#3194)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.5.rst b/doc/whatsnew/2.5.rst
index 6a075f635..afd2dda87 100644
--- a/doc/whatsnew/2.5.rst
+++ b/doc/whatsnew/2.5.rst
@@ -30,3 +30,5 @@ Other Changes
A pyproject.toml file must prepend section names with ``tool.pylint.``,
for example ``[tool.pylint.'MESSAGES CONTROL']``.
These files can also be passed in on the command line.
+
+* Mutable ``collections.*`` are now flagged as dangerous defaults.