You can use noqa like:
$ git grep _eval_is_ge
sympy/calculus/util.py:def _eval_is_ge(lhs, rhs): # noqa:F811
sympy/calculus/util.py:def _eval_is_ge(lhs, rhs): # noqa: F811
sympy/calculus/util.py:def _eval_is_ge(lhs, rhs): # noqa:F811
sympy/calculus/util.py:def _eval_is_ge(lhs, rhs): # noqa:F811
...
There doesn't seem to be a good way of telling flake8 to ignore these
in general though.
Oscar
> --
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sympy+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/881032c7-412e-40cd-aab0-c9e70ae99b2fn%40googlegroups.com.