ci: add CI file and useful scripts
.gitlab-ci.yml
0 → 100644
.pre-commit-config.yaml
0 → 100644
miss_hit.cfg
0 → 100644
requirements.txt
0 → 100644
# Python requirements. | ||
# THIS IS NOT NEEDED FOR SIMPLE USE OF THE SOFTWARE. | ||
# These requirements are for managing automated testing and good code quality | ||
# during the development. | ||
miss_hit # Matlab static code analysis | ||
pre-commit # Easy setup of pre-commit hooks |
Please register or sign in to comment