# 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. /crates/ruff_notebook/ @dhruvmanila /crates/ruff_formatter/ @MichaReiser /crates/ruff_python_formatter/ @MichaReiser /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 # ty /crates/ty* @carljm @MichaReiser @AlexWaygood @sharkdp @dcreager /crates/ruff_db/ @carljm @MichaReiser @sharkdp @dcreager /crates/ty_project/ @carljm @MichaReiser @sharkdp @dcreager /crates/ty_server/ @carljm @MichaReiser @sharkdp @dcreager /crates/ty/ @carljm @MichaReiser @sharkdp @dcreager /crates/ty_wasm/ @carljm @MichaReiser @sharkdp @dcreager /scripts/ty_benchmark/ @carljm @MichaReiser @AlexWaygood @sharkdp @dcreager /crates/ty_python_semantic @carljm @AlexWaygood @sharkdp @dcreager