Name Description Size
__init__.py 272
cli.py 18348
editor.py 1746
errors.py 940
formatters
parser.py Reads and validates lint configuration files. 4403
pathutils.py Helper class to make comparing and matching file paths easier. 12347
result.py Represents overall result state from an entire lint run. 5240
roller.py A multiprocessing.Queue that catches KeyboardInterrupt when a worker is blocking on it and returns None. This is needed to gracefully handle KeyboardInterrupts when a worker is blocking on ProcessPoolExecutor's call queue. 15900
types.py Abstract base class for all types of linters. 6858
util