Skip to content

Commit 7bf42dc

Browse files
authored
Merge pull request #28 from python-project-templates/copier-update-2025-09-14T05-13-30
Update from copier (2025-09-14T05:13:30)
2 parents 444d46b + 5c563d2 commit 7bf42dc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.copier-answers.yaml

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
2-
_commit: c124449
2+
_commit: a74894d
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ hatch_rs/extension
146146
# Jupyter
147147
.ipynb_checkpoints
148148
.autoversion
149+
Untitled*.ipynb
149150
!hatch_rs/extension/hatch_rs.json
150151
!hatch_rs/extension/install.json
151152
hatch_rs/nbextension

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ exclude_also = [
9898
"@(abc\\.)?abstractmethod",
9999
]
100100
ignore_errors = true
101-
fail_under = 75
101+
fail_under = 40
102102

103103
[tool.hatch.build]
104104
artifacts = []

0 commit comments

Comments
 (0)