Code snippet: ```python f"""test{ tab_indented_should_be_flagged } <- this tab is fine""" ``` Command: ```console ruff check --no-cache --select=W191 --isolated test.py ``` Rule reference: https://beta.ruff.rs/docs/rules/tab-indentation/