summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-12 17:34:34 +0200
committerGitHub <noreply@github.com>2023-04-12 17:34:34 +0200
commit16fe498b68c170b317eaea94bf85efd568a1dd0a (patch)
treec541686924a2e689a043e918a2f4688123d6cea5 /doc
parent61dae1e5f4fa4b8f2f93d8846e66f4eee6cc877f (diff)
downloadpylint-git-16fe498b68c170b317eaea94bf85efd568a1dd0a.tar.gz
Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)
Resolve #8500 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit 0cd41b1fb15e31eb311b61f93bc27f7cacc2f7ac) Co-authored-by: RSTdefg <34202999+RSTdefg@users.noreply.github.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