How to Run Ruff Formatter Upon Save from UV?
So, I prefer the ruff linter and installed the Ruff plugin. But I want to run ruff from my `uv` package manager tool. To make it clear, I want the following line to be triggered upon each save event on the file
``` uv tool run ruff format src/*.py```
So is there a way to put the ruff executable from the above in the configuration of the pycharm ruff tool below, without having to install ruff globally in my pc?

Please sign in to leave a comment.