As there's the lint rule to avoid leaving `prints` in code that would go to production, it would be really usefull to have the same for `ic()` * https://pypi.org/project/flake8-no-print/ * https://docs.astral.sh/ruff/rules/#flake8-print-t20