dosisod / refurb

A tool for refurbishing and modernizing Python codebases
GNU General Public License v3.0
2.48k stars 54 forks source link

Fix: false negative in FURB111 #313

Closed sbrugman closed 8 months ago

sbrugman commented 9 months ago

Found that lambda x, t: tf.cast(x, t) was not found by the use-func-name rule. This should solve it.

(Was looking for a similar rule to implement #290)