summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2022-10-20 14:45:34 +0100
committerGitHub <noreply@github.com>2022-10-20 06:45:34 -0700
commitcb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de (patch)
treecd339b9e3c7a6985f4205a2da0f284c555e9d9c3
parenta956c2fd556da8d00ee6e43f0597ba2fa6cead33 (diff)
downloadcpython-git-cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de.tar.gz
CODEOWNERS: Become a typing code owner (#98480)
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2fd933a22f..74081b2ef2 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -135,7 +135,7 @@ Lib/ast.py @isidentical
**/*idlelib* @terryjreedy
-**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra
+**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra @AlexWaygood
**/*asyncore @giampaolo
**/*asynchat @giampaolo