iiasa / pysquirrel

MIT License
5 stars 1 forks source link

Use and enforce auto formatting tools #7

Closed phackstock closed 2 months ago

phackstock commented 3 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.

meksor commented 2 months ago

fyi as far as i can see ixmp4, scse-spatial, scse-files and scse-processing all switched to ruff over black

phackstock commented 2 months ago

Good point @meksor, we've also switched to ruff for pyam. Probably good to continue the trend here.