summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRSTdefg <34202999+RSTdefg@users.noreply.github.com>2023-04-12 07:58:35 -0400
committerGitHub <noreply@github.com>2023-04-12 13:58:35 +0200
commit0cd41b1fb15e31eb311b61f93bc27f7cacc2f7ac (patch)
tree5e7b519837b8e841deee49586d744cc672dc83b1 /doc
parent1a1452a8b2478cd748a270ef238af47d61f02141 (diff)
downloadpylint-git-0cd41b1fb15e31eb311b61f93bc27f7cacc2f7ac.tar.gz
Fix `unused-import` to check`dummy-variables-rgx` (#8566)
Resolve #8500 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8500.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8500.false_positive b/doc/whatsnew/fragments/8500.false_positive
new file mode 100644
index 000000000..ced61766a
--- /dev/null
+++ b/doc/whatsnew/fragments/8500.false_positive
@@ -0,0 +1,3 @@
+Fixed `unused-import` so that it observes the `dummy-variables-rgx` option.
+
+Closes #8500