summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDani Alcala <112832187+clavedeluna@users.noreply.github.com>2022-09-19 09:54:55 -0300
committerGitHub <noreply@github.com>2022-09-19 14:54:55 +0200
commitf88ca428a493d4fb357fa9896fea24dea6a225e4 (patch)
tree72902e72196fd2e9517bd9bc6677b867909a4090 /doc
parent7f0e27e22887ead5d323798e70b8cc802790e1a4 (diff)
downloadpylint-git-f88ca428a493d4fb357fa9896fea24dea6a225e4.tar.gz
Update assert-on-tuple for any populated tuple (#7468)
Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/4655.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/4655.bugfix b/doc/whatsnew/fragments/4655.bugfix
new file mode 100644
index 000000000..e30433d47
--- /dev/null
+++ b/doc/whatsnew/fragments/4655.bugfix
@@ -0,0 +1,3 @@
+Any assertion on a populated tuple will now receive a ``assert-on-tuple`` warning.
+
+Closes #4655