Skip to content

Commit 3ac02ff

Browse files
committed
Merge branch 'trunk' of https://github.com/ScreenPyHQ/screenpy into ai_suggested_edits
2 parents 1d654c1 + acc7845 commit 3ac02ff

File tree

5 files changed

+1333
-424
lines changed

5 files changed

+1333
-424
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/ScreenPyHQ/cookiecutter_screenpy/",
3-
"commit": "6a7488b4183f615ff319dbfdac38a3a1354953c7",
3+
"commit": "74f3b6d345e1f06655a224dafb129d6c6cc035bd",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
1212
"author_email": "perry.goy@gmail.com",
1313
"github_username": "ScreenPyHQ",
1414
"_template": "https://github.com/ScreenPyHQ/cookiecutter_screenpy/",
15-
"_commit": "6a7488b4183f615ff319dbfdac38a3a1354953c7"
15+
"_commit": "74f3b6d345e1f06655a224dafb129d6c6cc035bd"
1616
}
1717
},
1818
"directory": null

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shortcuts to help manage flipping between branches with different dependencies
22
sync:
3-
poetry install --extras dev --sync
3+
poetry sync --extras dev
44

55
update_lock_only:
66
poetry update --lock

0 commit comments

Comments
 (0)