mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
13 lines
495 B
Plaintext
13 lines
495 B
Plaintext
# GitHub code owners file. For more info: https://help.github.com/articles/about-codeowners/
|
|
#
|
|
# - Comment lines begin with `#` character.
|
|
# - Each line is a file pattern followed by one or more owners.
|
|
# - 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_formatter/ @MichaReiser
|
|
/crates/ruff_python_formatter/ @MichaReiser
|
|
/crates/ruff_python_parser/ @MichaReiser
|