Example code: ```py pass; ``` The [`E275`](https://docs.astral.sh/ruff/rules/missing-whitespace-after-keyword/) rule tries to add a whitespace after `pass` keyword but the [`E203`](https://docs.astral.sh/ruff/rules/whitespace-before-punctuation/) tries to remove the whitespace before `;`.