summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2021-05-09 14:19:04 +0200
committerGitHub <noreply@github.com>2021-05-09 14:19:04 +0200
commitf9df028c23ec5458c80d1dd62a31b217a11ce44f (patch)
treedc44385e488fbdae5cef7fe600561afb6f1cca12 /ChangeLog
parent9528500f8a4f9927350a7b62c87f634f3ec26722 (diff)
downloadpylint-git-f9df028c23ec5458c80d1dd62a31b217a11ce44f.tar.gz
Issue 4430 false positive consider-using-with R1732 (#4453)
* Suppress consider-using-with if used inside context manager * Added ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a1fd4f1..92494dabf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@ Release date: 2021-04-26
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
+* Suppress ``consider-using-with`` inside context managers.
+
+ Closes #4430
+
* Added ``--fail-on`` option to return non-zero exit codes regardless of ``--fail-under`` value.
* numversion tuple contains integers again to fix multiple pylint's plugins that relied on it