pre-commit/pygrep-hooks

Wrong check against `.eval()` classmethod

ierezell opened this issue · 0 comments

First thanks a lot for this hooks !
I use them and find them really useful.

The only one not matching my usecase is the "eval check one".

I have classes with my_instance.eval(my_params) and it raise errors for them.
Instead I guess it should only check for eval(params) built-in function ?

thanks in advance,
have a great day.