hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
57 stars 30 forks source link

Raise exception if selector matches nothing #19

Closed nipunn1313 closed 3 years ago

nipunn1313 commented 3 years ago

I had issues w/ typos in my selector and ideally it would catch those early and fails fast. This achieves that.

hauntsaninja commented 3 years ago

Thanks, looks fixed!