From ec4b301c15bc560b2c45cfb16d62e6d74a9615ca Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 16 Feb 2026 17:44:10 +0000 Subject: [PATCH] Remove AlexWaygood as a flake8-pyi codeowner There's too much going on in ty right now for me to have the bandwidth to keep up with flake8-pyi PRs too -- and I have confidence that the Ruff team will ping me on anything if they want my guidance on why a specific flake8-pyi rule was implemented the way it was :-) --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ba77e19e4b76a2..4b69e2a87fa1ee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,9 +11,6 @@ /crates/ruff_python_parser/ @MichaReiser @dhruvmanila /crates/ruff_annotate_snippets/ @BurntSushi -# flake8-pyi -/crates/ruff_linter/src/rules/flake8_pyi/ @AlexWaygood - # Script for fuzzing the parser/ty etc. /python/py-fuzzer/ @AlexWaygood