Skip to content

Commit acc7845

Browse files
authored
Small updates! (ScreenPyHQ#162)
* update tooling and fix warnings. * update cruft. * pin ruff again, for safety.
1 parent 66008a0 commit acc7845

5 files changed

Lines changed: 1333 additions & 424 deletions

File tree

.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)