Add myself as codeowner for the parser (#11013)

This commit is contained in:
Dhruv Manilawala
2024-04-18 22:07:52 +05:30
committed by GitHub
parent b7066e64e7
commit 25a9131109

5
.github/CODEOWNERS vendored
View File

@@ -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