Skip to content

Commit 74899b7

Browse files
authored
Merge pull request #62 from twsl/copier/update
chore(deps): bump copier project template to v0.4.1-2-gab473ac
2 parents c88ab07 + a276824 commit 74899b7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.1
2+
_commit: v0.4.1-2-gab473ac
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ repos:
5757
- id: nbstripout
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.5
60+
rev: v0.15.6
6161
hooks:
6262
- id: ruff-check
6363
args: [--fix, -v]
6464
- id: ruff-format
6565

6666
- repo: https://github.com/allganize/ty-pre-commit
67-
rev: v0.0.21
67+
rev: v0.0.22
6868
hooks:
6969
- id: ty-check
7070

@@ -74,6 +74,6 @@ repos:
7474
- id: vulture
7575

7676
- repo: https://github.com/gitleaks/gitleaks
77-
rev: v8.30.0
77+
rev: v8.30.1
7878
hooks:
7979
- id: gitleaks

0 commit comments

Comments
 (0)