FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.1] - 2024-10-10
### Fixed
- Exclude .copier-answers.yml from pre-commit line ending checks because renovatebot makes line
endings which annoy pre-commit.
## [2.1.0] - 2024-09-26
### Added
......
......@@ -8,7 +8,7 @@ repos:
# TODO: Remove this once
# https://gitlab.developers.cam.ac.uk/uis/devops/continuous-delivery/ci-templates/-/issues/57
# is addressed.
exclude: ^CHANGELOG\.md$
exclude: ^(CHANGELOG\.md|\.copier-answers\.yml)$
- id: check-yaml
args:
- --unsafe
......