Skip to content

Commit

Permalink
ci: update cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Jun 7, 2023
1 parent 743a946 commit dcac8e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/MartinBernstorff/swift-python-cookiecutter",
"commit": "525b1f682621953d7ef9deb6ad6cf7359ebd43c8",
"commit": "a4550706507bf46450297f53e31ca85f85e0efd0",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
10 changes: 10 additions & 0 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -175,7 +175,7 @@ commands =

[testenv:type]
description: run type checks
-extras = test, dev
+extras = tests, dev
basepython = py39 # Setting these explicitly avoid recreating env if your shell is set to a different version
use_develop = true
commands =

0 comments on commit dcac8e6

Please sign in to comment.