https://github.com/python/cpython/commit/d0c6b09685f25adf687e651a33b2216b6ad3b32c commit: d0c6b09685f25adf687e651a33b2216b6ad3b32c branch: 3.13 author: Alex Waygood <[email protected]> committer: AlexWaygood <[email protected]> date: 2025-08-04T11:40:56+01:00 summary:
[3.13] Remove Alex Waygood as a codeowner for pre-commit config (#137372) (#137374) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b2fc6a5440a315..cd71338ab11bb7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ .github/** @ezio-melotti @hugovk # pre-commit -.pre-commit-config.yaml @hugovk @AlexWaygood +.pre-commit-config.yaml @hugovk .ruff.toml @hugovk @AlexWaygood # 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]
