diff --git a/.copier-answers.yml b/.copier-answers.yml index 0e7cad1..8afb904 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.2 +_commit: v0.1.4 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors description: An opinionated code formatter entry: prettier diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 81ae029..16b81a6 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: prettier-conda name: prettier-conda - description: An opinionated code formatter + description: 'An opinionated code formatter' entry: prettier language: conda types: [text]