From 34b31f5c000424353c81d89b37fc3bc2bae3a8b3 Mon Sep 17 00:00:00 2001 From: Antonio Cuni Date: Fri, 17 Jul 2026 11:21:05 +0200 Subject: [PATCH 1/2] add a SPy sprint --- src/content/sprints/spy.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/content/sprints/spy.md diff --git a/src/content/sprints/spy.md b/src/content/sprints/spy.md new file mode 100644 index 000000000..607b44623 --- /dev/null +++ b/src/content/sprints/spy.md @@ -0,0 +1,16 @@ +--- +title: "SPy" +numberOfPeople: "5" # How many people you expect to be able to accommodate. +pythonLevel: "Intermediate" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Antonio Cuni" + email: "anto.cuni@gmail.com" + github: "antocuni" +links: # Add as many links as relevant. + - title: "SPy github repo" + url: "https://github.com/spylang/spy" + - title: "SPy playground" + url: "https://spylang.github.io/spy/" +--- + +SPy is a compiler for a statically typed variant of Python. Let's have fun with it. From 3ab0516937c6dab4064452bc928815494b8ea01b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:23:33 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/spy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/sprints/spy.md b/src/content/sprints/spy.md index 607b44623..26a1b82de 100644 --- a/src/content/sprints/spy.md +++ b/src/content/sprints/spy.md @@ -13,4 +13,5 @@ links: # Add as many links as relevant. url: "https://spylang.github.io/spy/" --- -SPy is a compiler for a statically typed variant of Python. Let's have fun with it. +SPy is a compiler for a statically typed variant of Python. Let's have fun with +it.