FZJ-IEK3-VSA / HiSim

HiSim - House Infrastructure Simulator
MIT License
27 stars 14 forks source link

Black formatting #293

Closed k-knosala closed 5 months ago

k-knosala commented 5 months ago

The line-length has not been consistennt througout the files. I am suggesting to use 120 as a default because 150 is to wide for side by side comparisons.

Formatted the folders hisim and system_setups with black --line-length 120.

Pycodestyle error E203 is disable according to the Black documentation.

Renamed .pyproject.toml to pyproject.toml to load the settings for black within the project.

We should transition the information in setup.py and setup.cfg to the proproject.toml because this is the new standard for Python packaging.

k-knosala commented 5 months ago

Merge #277 and #288 first to avoid conflicts.