Name Description Size
__init__.py 272
cli.py 14765
editor.py 1746
errors.py 961
formatters
parser.py Reads and validates lint configuration files. 4171
pathutils.py Helper class to make comparing and matching file paths easier. 10158
result.py Represents overall result state from an entire lint run. 5189
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. 14980
types.py Abstract base class for all types of linters. 6224
util