Closed phackstock closed 2 months ago
I would suggest using black as the code formatting tool. This would apply to both using it locally on your machine to format the code as well as setting up a GitHub action to check if any PR is black compliant.
fyi as far as i can see ixmp4, scse-spatial, scse-files and scse-processing all switched to ruff over black
ruff
black
Good point @meksor, we've also switched to ruff for pyam. Probably good to continue the trend here.
I would suggest using black as the code formatting tool. This would apply to both using it locally on your machine to format the code as well as setting up a GitHub action to check if any PR is black compliant.