oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermal engineering plants such as power plants, district heating systems or heat pumps.
https://tespy.readthedocs.io
MIT License
256 stars 80 forks source link

Long due spring cleaning #525

Closed fwitte closed 4 days ago

pep8speaks commented 4 days ago

Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1307:80: E501 line too long (81 > 79 characters) Line 2718:80: E501 line too long (95 > 79 characters)

Line 177:80: E501 line too long (89 > 79 characters) Line 298:80: E501 line too long (90 > 79 characters) Line 367:80: E501 line too long (83 > 79 characters) Line 410:80: E501 line too long (80 > 79 characters)

Comment last updated at 2024-06-27 19:37:37 UTC