Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 502 Bytes

Contributing

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.

Code Style

Ensure common code style by using formater:

isort api modules control web_api osmose.py
black api modules control web_api osmose.py

Code lint

Check the code with:

flake8 api modules control web_api osmose.py
mypy api modules control web_api osmose.py