Yelp/undebt

Allow pattern to be a module instead of a file

asottile opened this issue · 2 comments

Would enable a pre-commit repo that defines a bunch of modules to just have a config like:

- id: fix-fixer-1
  entry: undebt
  language: python
  args: [-p, mypkg.fixer_1]

I will start on this in a little bit. Should be a small change.

Closed with merge of #41