feat(doc, ci): initial doc and checks
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- .pre-commit-config.yaml 30 additions, 0 deletions.pre-commit-config.yaml
- CHANGELOG.md 21 additions, 0 deletionsCHANGELOG.md
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 41 additions, 0 deletionsREADME.md
- miss_hit.cfg 34 additions, 0 deletionsmiss_hit.cfg
- requirements.txt 7 additions, 0 deletionsrequirements.txt
.gitignore
0 → 100644
.pre-commit-config.yaml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
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