We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7066e6 commit 25a9131Copy full SHA for 25a9131
.github/CODEOWNERS
@@ -5,11 +5,10 @@
5
# - The '*' pattern is global owners.
6
# - Order is important. The last matching pattern has the most precedence.
7
8
-# Jupyter
9
-/crates/ruff_linter/src/jupyter/ @dhruvmanila
+/crates/ruff_notebook/ @dhruvmanila
10
/crates/ruff_formatter/ @MichaReiser
11
/crates/ruff_python_formatter/ @MichaReiser
12
-/crates/ruff_python_parser/ @MichaReiser
+/crates/ruff_python_parser/ @MichaReiser @dhruvmanila
13
14
# flake8-pyi
15
/crates/ruff_linter/src/rules/flake8_pyi/ @AlexWaygood
0 commit comments