From e2c79e56f093e2584fbf3e3d4df16b5f18b25b76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:39:35 +0000 Subject: [PATCH 1/2] Update template digest to 707a959 --- template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template b/template index f0d63117..707a9596 160000 --- a/template +++ b/template @@ -1 +1 @@ -Subproject commit f0d6311734371b8d3a34b73d31fb88d29c9fd0ae +Subproject commit 707a9596dd53ce3afba91004de1b2977ea814289 From 0e8a52a9ed66096db2c1a1ea17ce9ee4c2f82688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 21 Aug 2023 19:47:49 +0000 Subject: [PATCH 2/2] Update project. --- .copier-answers.yml | 2 +- .pre-commit-config.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 9347a9e3..12d79f91 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: f0d6311 +_commit: 707a959 _src_path: gh:blakeNaccarato/copier-python actions_runner: ubuntu-latest active: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab2ca230..3d0ec445 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,9 @@ repos: language: "system" entry: "pwsh -Command fawltydeps" files: | - .* + (?x)^( + .* + )$ # * ------------------------------------------------------------------------------ * # # * Changes below should persist in significant template updates.