We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444d46b + 5c563d2 commit 7bf42dcCopy full SHA for 7bf42dc
.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_rs/extension
146
# Jupyter
147
.ipynb_checkpoints
148
.autoversion
149
+Untitled*.ipynb
150
!hatch_rs/extension/hatch_rs.json
151
!hatch_rs/extension/install.json
152
hatch_rs/nbextension
pyproject.toml
@@ -98,7 +98,7 @@ exclude_also = [
98
"@(abc\\.)?abstractmethod",
99
]
100
ignore_errors = true
101
-fail_under = 75
+fail_under = 40
102
103
[tool.hatch.build]
104
artifacts = []
0 commit comments