mirror of https://github.com/astral-sh/ruff
Add myself as codeowner for the parser (#11013)
This commit is contained in:
parent
b7066e64e7
commit
25a9131109
|
|
@ -5,11 +5,10 @@
|
||||||
# - The '*' pattern is global owners.
|
# - The '*' pattern is global owners.
|
||||||
# - Order is important. The last matching pattern has the most precedence.
|
# - Order is important. The last matching pattern has the most precedence.
|
||||||
|
|
||||||
# Jupyter
|
/crates/ruff_notebook/ @dhruvmanila
|
||||||
/crates/ruff_linter/src/jupyter/ @dhruvmanila
|
|
||||||
/crates/ruff_formatter/ @MichaReiser
|
/crates/ruff_formatter/ @MichaReiser
|
||||||
/crates/ruff_python_formatter/ @MichaReiser
|
/crates/ruff_python_formatter/ @MichaReiser
|
||||||
/crates/ruff_python_parser/ @MichaReiser
|
/crates/ruff_python_parser/ @MichaReiser @dhruvmanila
|
||||||
|
|
||||||
# flake8-pyi
|
# flake8-pyi
|
||||||
/crates/ruff_linter/src/rules/flake8_pyi/ @AlexWaygood
|
/crates/ruff_linter/src/rules/flake8_pyi/ @AlexWaygood
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue