I just forked the repo and saw that we could clean up the python backend code a bit. I used ruff check . inside the backend/ directory with ruff version 0.15.7. I used the default options with no additional rules enabled.
Ruff found 85 issues where 62 could be automatically fixed by ruff --fix.
There are also some lines which just contain spaces.
I saw that ruff was also mentioned in #653 as a default tool. Would love to see this merged in main soon.
For now I could create a PR which fixes these linting issues if you'd like.
I just forked the repo and saw that we could clean up the python backend code a bit. I used
ruff check .inside thebackend/directory with ruff version 0.15.7. I used the default options with no additional rules enabled.Ruff found 85 issues where 62 could be automatically fixed by
ruff --fix.There are also some lines which just contain spaces.
I saw that ruff was also mentioned in #653 as a default tool. Would love to see this merged in main soon.
For now I could create a PR which fixes these linting issues if you'd like.