Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/cthoyt/cookiecutter-snekpack",
"commit": "f7c1c7624eea40b7b62aad43dd030ba276ebb82a",
"commit": "04d0bdf89ce08163c9ea779e421bfbdeb32b6ef2",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -24,7 +24,7 @@
"__runner_tests": "py",
"__gh_slug": "cthoyt/class-resolver",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack",
"_commit": "f7c1c7624eea40b7b62aad43dd030ba276ebb82a"
"_commit": "04d0bdf89ce08163c9ea779e421bfbdeb32b6ef2"
}
},
"directory": null
Expand Down
9 changes: 9 additions & 0 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -77,6 +77,7 @@ typing = [
{ include-group = "tests" },
"mypy",
"pydantic",
+ "click-types",
# You will probably have to add additional type stubs here, especially if you're using tox-uv
]
docs-lint = [