diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 62773b6..fe02719 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: c124449 +_commit: a74894d _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 79684bb..ed2e334 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ hatch_cpp/extension # Jupyter .ipynb_checkpoints .autoversion +Untitled*.ipynb !hatch_cpp/extension/hatch_cpp.json !hatch_cpp/extension/install.json hatch_cpp/nbextension diff --git a/pyproject.toml b/pyproject.toml index ee5e24d..ee94b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ exclude_also = [ "@(abc\\.)?abstractmethod", ] ignore_errors = true -fail_under = 70 +fail_under = 50 [tool.hatch.build] artifacts = []