diff --git a/.copier-answers.yaml b/.copier-answers.yaml index bcd285f..295655c 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 ebe56f2..c92c728 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ hatch_rs/extension # Jupyter .ipynb_checkpoints .autoversion +Untitled*.ipynb !hatch_rs/extension/hatch_rs.json !hatch_rs/extension/install.json hatch_rs/nbextension diff --git a/pyproject.toml b/pyproject.toml index 12ba749..6f1b218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ exclude_also = [ "@(abc\\.)?abstractmethod", ] ignore_errors = true -fail_under = 75 +fail_under = 40 [tool.hatch.build] artifacts = []