From 25a91311097f697b2a2b68c524478eb0f60eba18 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Thu, 18 Apr 2024 22:07:52 +0530 Subject: [PATCH] Add myself as codeowner for the parser (#11013) --- .github/CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e86b8dff76..300a4ce286 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,11 +5,10 @@ # - The '*' pattern is global owners. # - Order is important. The last matching pattern has the most precedence. -# Jupyter -/crates/ruff_linter/src/jupyter/ @dhruvmanila +/crates/ruff_notebook/ @dhruvmanila /crates/ruff_formatter/ @MichaReiser /crates/ruff_python_formatter/ @MichaReiser -/crates/ruff_python_parser/ @MichaReiser +/crates/ruff_python_parser/ @MichaReiser @dhruvmanila # flake8-pyi /crates/ruff_linter/src/rules/flake8_pyi/ @AlexWaygood