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

add ruff linting to github action #99

Closed maurerle closed 1 month ago

maurerle commented 1 month ago

This adds linting and code formatting to the github actions pipeline as a check.

To make sure, that this happens pre committing - use pre-commit:

pip install pre-commit && pre-commit install

or manually using pre-commit run --all.

This sorts some import blocks so that the pipeline does not fail