This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hashlib | |
import json | |
import sys | |
from typing import TYPE_CHECKING, Optional | |
from pylint.interfaces import IReporter | |
from pylint.reporters import JSONReporter | |
from pylint.lint import Run | |
from pylint.message import Message |