From 56321ef8746863302ba0dcebd561c1a94c96fb34 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:18:31 -0500 Subject: [PATCH] Update PPT to 2.0.4 (#438) --- .copier-answers.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index fccd5f82..4b575b1f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v2.0.3 +_commit: v2.0.4 _src_path: gh:lincc-frameworks/python-project-template author_email: lincc-frameworks-team@lists.lsst.org author_name: LINCC Frameworks diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07728b5d..3ae4770a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: description: Clear output from Jupyter notebooks. files: \.ipynb$ exclude: ^docs/pre_executed - stages: [commit] + stages: [pre-commit] language: system entry: jupyter nbconvert --clear-output # Prevents committing directly branches named 'main' and 'master'.