Wrong check against `.eval()` classmethod
ierezell opened this issue · 0 comments
ierezell commented
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.