From a2c1cbf94b7ed3a310782014239beaaeddf503f4 Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Thu, 17 Aug 2023 16:22:38 -0700 Subject: [PATCH] Bump template --- .copier-answers.yml | 2 +- .github/workflows/main.yml | 2 +- .pre-commit-config.yaml | 1 + pyproject.toml | 2 -- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 7321e8a5..5049e3b3 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: c8f179f +_commit: 65837d7 _src_path: gh:blakeNaccarato/copier-python actions_runner: ubuntu-latest active: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98fc5b96..413ca4c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: install-project: false - uses: "stefanzweifel/git-auto-commit-action@v4.16.0" with: - commit_message: "Update project from template." + commit_message: "Update project." # * ------------------------------------------------------------------------------ * # # * Changes below should persist in significant template updates. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44dcf37a..4be84ff5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,6 +55,7 @@ repos: entry: "pwsh -Command fawltydeps" files: | .* + # * ------------------------------------------------------------------------------ * # # * Changes below should persist in significant template updates. diff --git a/pyproject.toml b/pyproject.toml index ee47bd1e..5451978c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,8 +167,6 @@ split-on-trailing-comma = false # * ---------------------------------------------------------------------------- * # # * Changes below should persist in significant template updates. - "N815", # Allow camelCase in cine metadata models, which map to C structures - # * ---------------------------------------------------------------------------- * # # * Changes below may be lost in significant template updates.