When contributing to this repository, please first discuss the change you wish to make via an issue on github if you want to change the core. Feel free to make direct pull request for a new analyzer.
Ensure common code style by using formater:
isort api modules control web_api osmose.py
black api modules control web_api osmose.py
Check the code with:
flake8 api modules control web_api osmose.py
mypy api modules control web_api osmose.py