akaihola / graylint

This package is a placeholder for a tool which filters linter messages from various Python linters to only those which were caused by recent changes to the code base being linted.
Other
2 stars 1 forks source link

Omit missing paths from linter command lines #10

Closed akaihola closed 1 year ago

akaihola commented 1 year ago

Fixes #9.

Mypy was known to lint nothing if any of the paths on the command line didn't exist.