Describe the bug
Each project's setting should be respected even if both projects are opened in the same window.
I have two projects which one of them is formatted with ruff and want to continue to do so (project A), and the other one is not formatted by ruff and I don't want it to get formatted by ruff (project B). I have enabled the setting for project A to "Run ruff when the python file is saved" but disabled it for project B. When I open project B alone, it works as expected. However if I open project A alongside it in the same window, then the files in project B gets formatted by ruff on save.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The edited file of project B shouldn't get formatted by ruff on save.
Environments (please complete the following information):
Additional context
I'm using pyenv to manage python environment, but those projects are using different pyenv environments.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too