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