We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25272fd commit a1633b0Copy full SHA for a1633b0
setup.py
@@ -4,7 +4,7 @@
4
5
6
class PylintIncompatiblePythonError(Exception):
7
- def __init__(self, version_info: sys._version_info) -> None:
+ def __init__(self, version_info: "sys._version_info") -> None:
8
super().__init__(
9
"The last version compatible with Python <= 3.6.2 is pylint '2.9.3'. "
10
f"You're using {'.'.join(map(str, version_info[:3]))}. "
0 commit comments