https://github.com/python/cpython/commit/134ca903b30d891c9b9bc8fe565139251d30fcbd commit: 134ca903b30d891c9b9bc8fe565139251d30fcbd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-04T13:34:16+03:00 summary:
[3.14] Remove Alex Waygood as a codeowner for pre-commit config (GH-137372) (#137373) Remove Alex Waygood as a codeowner for pre-commit config (GH-137372) (cherry picked from commit a46ed665ff382a4c5cdd214a6a8ac0bcc60a03dd) Co-authored-by: Alex Waygood <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 79e18f258d5ca4..dc22840162ba5a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ .github/** @ezio-melotti @hugovk @AA-Turner # pre-commit -.pre-commit-config.yaml @hugovk @AlexWaygood +.pre-commit-config.yaml @hugovk .ruff.toml @hugovk @AlexWaygood @AA-Turner # Build system _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
