]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119180: Add myself as CODEOWNER for annotationlib (#122366)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 28 Jul 2024 07:50:14 +0000 (00:50 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2024 07:50:14 +0000 (10:50 +0300)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/CODEOWNERS

index 95e30ac3001c9c5f9feb4a9c945923b4f7db1725..9aa5004b0cdb7fd13fe3949f56d52788520455f9 100644 (file)
@@ -214,6 +214,7 @@ Doc/c-api/stable.rst          @encukou
 **/*idlelib*                  @terryjreedy
 /Doc/library/idle.rst         @terryjreedy
 
+**/*annotationlib*            @JelleZijlstra
 **/*typing*                   @JelleZijlstra @AlexWaygood
 
 **/*ftplib                    @giampaolo