you can
{.push hints:off.}
import foo
{.pop.}
Run
to disable hints for a particular library, I'm on mobile so can't test but
maybe you could do the reverse, compile with --hints: off and `{.push
hints:on.}` for one too
