We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e75f553 + 47709d6 commit 74f76beCopy full SHA for 74f76be
3 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: c124449
+_commit: a74894d
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
.gitignore
@@ -146,6 +146,7 @@ hatch_cpp/extension
146
# Jupyter
147
.ipynb_checkpoints
148
.autoversion
149
+Untitled*.ipynb
150
!hatch_cpp/extension/hatch_cpp.json
151
!hatch_cpp/extension/install.json
152
hatch_cpp/nbextension
pyproject.toml
@@ -106,7 +106,7 @@ exclude_also = [
106
"@(abc\\.)?abstractmethod",
107
]
108
ignore_errors = true
109
-fail_under = 70
+fail_under = 50
110
111
[tool.hatch.build]
112
artifacts = []
0 commit comments