| # 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 |
| |
| # Script for fuzzing the parser/ty etc. |
| /python/py-fuzzer/ @AlexWaygood |
| |
| # ty |
| /crates/ty* @carljm @AlexWaygood @sharkdp @dcreager @ibraheemdev |
| /crates/ruff_db/ @carljm @sharkdp @dcreager |
| /crates/ty_project/ @carljm @sharkdp @dcreager @Gankra |
| /crates/ty_ide/ @carljm @AlexWaygood @sharkdp @dcreager @Gankra @BurntSushi |
| /crates/ty_server/ @carljm @sharkdp @dcreager @Gankra @BurntSushi |
| /crates/ty/ @carljm @sharkdp @dcreager @ibraheemdev |
| /crates/ty_wasm/ @carljm @sharkdp @dcreager @Gankra |
| /scripts/ty_benchmark/ @carljm @AlexWaygood @sharkdp @dcreager @ibraheemdev |
| /crates/ty_python_core/ @carljm @sharkdp @dcreager @ibraheemdev |
| /crates/ty_python_semantic/ @carljm @AlexWaygood @sharkdp @dcreager @ibraheemdev |
| /crates/ty_module_resolver/ @carljm @AlexWaygood @Gankra @BurntSushi |