Skip to content

Commit

Permalink
Bump template
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Aug 17, 2023
1 parent ed0cfc2 commit a2c1cbf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ repos:
entry: "pwsh -Command fawltydeps"
files: |
.*
# * ------------------------------------------------------------------------------ * #
# * Changes below should persist in significant template updates.

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a2c1cbf

Please sign in to comment.