TUB-DVG / wissen-digital-ewb

Platform for knowledge sharing of the scientific accompanying research of “Energiewendebauen”.
https://wissen-digital-ewb.de/en
MIT License
1 stars 0 forks source link

Reformat according to pylint ci pipeline txt file #27

Open c0nb4 opened 2 weeks ago

c0nb4 commented 2 weeks ago

Review this: https://github.com/TUB-DVG/wissen-digital-ewb/blob/main/lint.txt

Apply automatic linting to fix the errors, you can also check out: https://www.trycursor.com/

nlongn22 commented 2 weeks ago

I ran djlint and black through the project and it looks like that style format issues are solved. But the list.txt shows errors such as incorrect naming cases, missing doc-strings or unused imports and variables. I'm looking at how to automate them safely so the project doesn't break:

  1. Tried CursorAI for automated fix but I think the file content is too large and the results are not always correct.
c0nb4 commented 1 week ago

@nlongn22 can you push a branch where the style format issues are fixed?