#### The problem <!-- Is your feature request related to a problem? Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Right now the pre-commit config is not fixing the errors when `ruff` command finds something. #### Requested Solution <!-- A clear and concise description of what you want to happen. --> I think adding `--fix` to `ruff`'s args would be better, to let it fix the errors automatically.
The problem
Right now the pre-commit config is not fixing the errors when
ruffcommand finds something.Requested Solution
I think adding
--fixtoruff's args would be better, to let it fix the errors automatically.