Sanity checker
Improved sanity check script (sanity_check.py
), that can be used to:
- Sort the imports consistently with the
isort
tool - Report code formatting issues with
flake8
- Report code quality issues with
pylint
- Run the unittests with
pytest
- Compile the docs with
make
andsphinx