summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8540.false_positive
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-24 20:17:48 +0200
committerGitHub <noreply@github.com>2023-04-24 20:17:48 +0200
commit389e14c36819cb87190fd412d3f366a3283f0078 (patch)
treeb52db501cbb4fbb313a2cdc8be5c0be32e6f54f9 /doc/whatsnew/fragments/8540.false_positive
parent3fc153ac67f8264275f846bc25daccc57a8f8a5a (diff)
downloadpylint-git-389e14c36819cb87190fd412d3f366a3283f0078.tar.gz
Bump pylint to 2.17.3, update changelog (#8620)v2.17.3
Diffstat (limited to 'doc/whatsnew/fragments/8540.false_positive')
-rw-r--r--doc/whatsnew/fragments/8540.false_positive4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/whatsnew/fragments/8540.false_positive b/doc/whatsnew/fragments/8540.false_positive
deleted file mode 100644
index 543913637..000000000
--- a/doc/whatsnew/fragments/8540.false_positive
+++ /dev/null
@@ -1,4 +0,0 @@
-`Union` typed variables without assignment are no longer treated as
-`TypeAlias`.
-
-Closes #8540