summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-17 07:25:14 +0000
committerGitHub <noreply@github.com>2023-04-17 07:25:14 +0000
commit1dba30b43ce7d2c43e6cc94120d8daca5d9ddabd (patch)
treebc8b8094f1b980173a6532ca6a1336d7654a7cf3 /doc
parentec96bdc206350e378137da27c2f4cd103a94dc63 (diff)
downloadpylint-git-1dba30b43ce7d2c43e6cc94120d8daca5d9ddabd.tar.gz
Improve output of `consider-using-generator` message for `min()` calls with `default` keyword (#8582) (#8583)
(cherry picked from commit 4a485e28f0a5118b37550123c79f1f6d0dec42a4) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8563.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8563.bugfix b/doc/whatsnew/fragments/8563.bugfix
new file mode 100644
index 000000000..3c9d38b1c
--- /dev/null
+++ b/doc/whatsnew/fragments/8563.bugfix
@@ -0,0 +1,3 @@
+Improve output of ``consider-using-generator`` message for ``min()` calls with ``default`` keyword.
+
+Closes #8563