OFFIS-DAI / mango

Modular Python-based agent framework to implement multi-agent systems
https://mango-agents.readthedocs.io/
MIT License
12 stars 2 forks source link

Improve codebase by running linter checks #87

Closed maurerle closed 1 month ago

maurerle commented 2 months ago

This improves the code base by running ruff with its linters.

Sorts imports, removes whitespace, removes unused imports and fixes some code smells (like f-strings in logging, unused variables, overwritten iterator variable and so on).

This also adds a trailing line to files, as this is generally useful.