Skip to content

Commit 9019bdf

Browse files
authored
Apply suggestions from code review
1 parent 04190bc commit 9019bdf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Tools/build/compute-changes.py @AA-Turner
6868
Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg
6969

70-
# pre-commit
70+
# Pre-commit
7171
.pre-commit-config.yaml @hugovk
7272
.ruff.toml @hugovk @AlexWaygood @AA-Turner
7373

@@ -79,7 +79,7 @@ Tools/patchcheck/ @AA-Turner
7979
# Build System
8080
# ----------------------------------------------------------------------------
8181

82-
# autotools
82+
# Autotools
8383
configure* @erlend-aasland @corona10 @AA-Turner
8484
Makefile.pre.in @erlend-aasland @AA-Turner
8585
Modules/Setup* @erlend-aasland @AA-Turner
@@ -156,17 +156,6 @@ Mac/ @python/macos-team
156156
Lib/_osx_support.py @python/macos-team
157157
Lib/test/test__osx_support.py @python/macos-team
158158

159-
# Windows
160-
PC/ @python/windows-team
161-
PCbuild/ @python/windows-team
162-
163-
# Windows Launcher
164-
PC/launcher.c @python/windows-team @vsajip
165-
166-
# Windows installer packages
167-
Tools/msi/ @python/windows-team
168-
Tools/nuget/ @python/windows-team
169-
170159
# WebAssembly
171160
Tools/wasm/README.md @brettcannon @freakboy3742
172161

@@ -179,6 +168,17 @@ Tools/wasm/wasi-env @brettcannon
179168
Tools/wasm/wasi.py @brettcannon
180169
Tools/wasm/wasi @brettcannon
181170

171+
# Windows
172+
PC/ @python/windows-team
173+
PCbuild/ @python/windows-team
174+
175+
# Windows Launcher
176+
PC/launcher.c @python/windows-team @vsajip
177+
178+
# Windows installer packages
179+
Tools/msi/ @python/windows-team
180+
Tools/nuget/ @python/windows-team
181+
182182

183183
# ----------------------------------------------------------------------------
184184
# Interpreter Core
@@ -234,7 +234,7 @@ Python/context.c @1st1
234234
Lib/test/test_except*.py @iritkatriel
235235
Objects/exceptions.c @iritkatriel
236236

237-
# getpath
237+
# Getpath
238238
Lib/test/test_getpath.py @FFY00
239239
Modules/getpath* @FFY00
240240

@@ -488,7 +488,7 @@ Doc/library/importlib.resources.rst @jaraco @warsaw
488488
Lib/importlib/resources/ @jaraco @warsaw @FFY00
489489
Lib/test/test_importlib/resources/ @jaraco @warsaw @FFY00
490490

491-
# itertools
491+
# Itertools
492492
Doc/library/itertools.rst @rhettinger
493493
Lib/test/test_itertools.py @rhettinger
494494
Modules/itertoolsmodule.c @rhettinger

0 commit comments

Comments
 (0)