This issue highlights a warning generated during formatting, which can be seen in [this workflow run](https://github.com/threeal/python-starter/actions/runs/15701043103/job/44235678891): <img width="1314" alt="Image" src="https://github.com/user-attachments/assets/7f4f994a-bb6c-44f5-b139-7d9aa24bc4c3" /> The warning suggests removing the [missing-trailing-comma (COM812)](https://docs.astral.sh/ruff/rules/missing-trailing-comma) rule due to possible incompatibility with the formatting rules.
This issue highlights a warning generated during formatting, which can be seen in this workflow run:
The warning suggests removing the missing-trailing-comma (COM812) rule due to possible incompatibility with the formatting rules.