Running the following:
I would expect that Ruff would automatically fix files that it watches, not just display the errors. But it appears that the --watch clobbers --fix in that it will watch files and just report the errors.
If I stop watching and then ruff . --fix, ruff automatically fixes issues that it found.