Skip to content

Commit 53d47b6

Browse files
authored
feat(contributions): add mypy #21805 and pact-python #1669 (#59)
1 parent 65daefa commit 53d47b6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/data/contributions.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,26 @@ export const contributions: Contribution[] = [
144144
},
145145
state: "open",
146146
},
147+
{
148+
repo: "python/mypy",
149+
emoji: "🏷️",
150+
stars: 20570,
151+
pr: 21805,
152+
desc: {
153+
en: "A walrus nested inside a condition, as in if cond and (woo := 5) + n, left the variable optional in the branch where the assignment had certainly run.",
154+
es: "Un walrus anidado dentro de una condición, como en if cond and (woo := 5) + n, dejaba la variable opcional en la rama donde la asignación se había ejecutado con seguridad.",
155+
},
156+
state: "open",
157+
},
158+
{
159+
repo: "pact-foundation/pact-python",
160+
emoji: "🤝",
161+
stars: 677,
162+
pr: 1669,
163+
desc: {
164+
en: "Any exception in a message handler surfaced as error sending request for url: the 200 response line was sent before the handler ran, so the dropped connection looked like a network fault.",
165+
es: "Cualquier excepción en un handler de mensajes aparecía como error sending request for url: la línea de respuesta 200 se enviaba antes de ejecutar el handler, así que la conexión cortada parecía un fallo de red.",
166+
},
167+
state: "open",
168+
},
147169
];

0 commit comments

Comments
 (0)