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.
1 parent 2cfaa38 commit 20677a9Copy full SHA for 20677a9
tests/example-project/pyproject.toml
@@ -51,6 +51,13 @@ omit = [
51
parallel = true
52
source_pkgs = ["example_project", "tests"]
53
54
+[tool.cruft]
55
+skip = [
56
+ "example_project/__about__.py",
57
+ "example_project/__init__.py",
58
+ "tests/"
59
+]
60
+
61
[tool.hatch.env]
62
requires = ["hatch-pip-compile", "hatch-mkdocs"]
63
{{cookiecutter.repo_name}}/pyproject.toml
@@ -53,6 +53,13 @@ omit = [
source_pkgs = ["{{ cookiecutter.project_slug }}", "tests"]
+ "{{ cookiecutter.project_slug }}/__about__.py",
+ "{{ cookiecutter.project_slug }}/__init__.py",
64
65
0 commit comments