We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba1613 commit 2465d32Copy full SHA for 2465d32
ChangeLog
@@ -23,6 +23,10 @@ Release date: 2021-04-26
23
Closes #4166
24
Closes #4415
25
26
+* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage
27
+
28
+ Closes #4412
29
30
31
What's New in Pylint 2.8.2?
32
===========================
doc/whatsnew/2.9.rst
@@ -23,3 +23,5 @@ Other Changes
* The output messages for ``arguments-differ`` error message have been customized based on the different error cases.
* New option ``--fail-on=<msg ids>`` to return non-zero exit codes regardless of ``fail-under`` value.
0 commit comments