Add CHANGELOG
Compare changes
CHANGELOG.md
0 → 100644
+ 9
− 0
- PEP8: Added a [CI template job](https://gitlab.developers.cam.ac.uk/uis/devops/continuous-delivery/ci-templates/-/blob/master/auto-devops/pep8.yml) to check for [PEP8](https://www.python.org/dev/peps/pep-0008/) violations in Pyhon files. The CI template generates junit.xml reports that feed back to [GitLab CI](https://docs.gitlab.com/ee/ci/junit_test_reports.html) for interpretation and storage as artifacts. The PEP8 CI template job uses the python tool flake8.