Basic Template for GitLab CI with integrations tests, pre-commit, badges, coverage, flake8 and mypy
- GitHub cicd with deploy to cloud
- pre-commit
- gitlab ci
- badges
- integration tests
- coverage & junit
- flake & black & mypy
- docker-compose
./entrypoint.sh Local
./entrypoint.sh PreCommitTest
git add .pre-commit-config.yaml
pre-commit run --all-files --show-diff-on-failure
pre-commit clean