Hi, I made a PR for some small changes #50 and vscode made a lot of unrelated formatting changes, which I off course did not include in the PR. But it would be nice if all the python files in the repo can be formatted so that people in general don't run into this problem. Nowdays Ruff has kinda become the standard so is it ok if I make a second PR that just consist of running ruff format . in the root of the repo? It is also what's most commonly used by VSCode python plugin I think?
Hi, I made a PR for some small changes #50 and vscode made a lot of unrelated formatting changes, which I off course did not include in the PR. But it would be nice if all the python files in the repo can be formatted so that people in general don't run into this problem. Nowdays Ruff has kinda become the standard so is it ok if I make a second PR that just consist of running
ruff format .in the root of the repo? It is also what's most commonly used by VSCode python plugin I think?