We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644b3ba commit d6e5e89Copy full SHA for d6e5e89
ChangeLog
@@ -40,6 +40,10 @@ modules are added.
40
41
* Don't emit ``import-error`` if import guarded behind ``if sys.version_info >= (x, x)``
42
43
+* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage
44
+
45
+ Closes #4412
46
47
48
What's New in Pylint 2.8.2?
49
===========================
doc/whatsnew/2.9.rst
@@ -26,3 +26,5 @@ Other Changes
26
* The output messages for ``arguments-differ`` error message have been customized based on the different error cases.
27
28
* New option ``--fail-on=<msg ids>`` to return non-zero exit codes regardless of ``fail-under`` value.
29
30
0 commit comments