Skip to content

Commit c980d87

Browse files
committed
coppier update
1 parent 7dedf44 commit c980d87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers-py.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://github.com/level12/coppy/wiki#creating-a-project
55
#
66
# Otherwise, NEVER EDIT MANUALLY
7-
_commit: v1.20250622.1-36-g7b1cff7
7+
_commit: v1.20250622.1-40-g5eaf16f
88
_src_path: gh:level12/copier-py-package
99
author_email: [email protected]
1010
author_name: Randy Syring

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-added-large-files
1414
- id: check-yaml
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: v0.13.1
1717
hooks:
1818
# i.e. `ruff check`
@@ -25,7 +25,7 @@ repos:
2525
# the linting check above would always catch a problem created by the formatter.
2626
args: [ --check ]
2727
- repo: https://github.com/level12/pre-commit-hooks
28-
rev: v0.20250226.1
28+
rev: v0.20250920.1
2929
hooks:
3030
- id: check-ruff-versions
3131
- repo: https://github.com/astral-sh/uv-pre-commit

0 commit comments

Comments
 (0)