summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8613.false_positive
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-05 18:30:34 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-06 17:20:29 +0200
commitfc34a4b6abe56f3ac07ca15d846b1c1955545f85 (patch)
tree89ae79e4d3550dfd68dd1ed729699767510872cc /doc/whatsnew/fragments/8613.false_positive
parent62083dc1f197712e440128620541e5c068d9ccf7 (diff)
downloadpylint-git-fc34a4b6abe56f3ac07ca15d846b1c1955545f85.tar.gz
Bump pylint to 2.17.4, update changelogv2.17.4
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'doc/whatsnew/fragments/8613.false_positive')
-rw-r--r--doc/whatsnew/fragments/8613.false_positive3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/whatsnew/fragments/8613.false_positive b/doc/whatsnew/fragments/8613.false_positive
deleted file mode 100644
index 80d28e9c2..000000000
--- a/doc/whatsnew/fragments/8613.false_positive
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``__index__`` method.
-
-Closes #8613