summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-17 09:40:04 +0200
committerGitHub <noreply@github.com>2022-10-17 09:40:04 +0200
commit77e8ae4f3902697babb186482f577a2c8b1a3725 (patch)
tree17ec10f03eedb982dbf3941d71ceeaf25d93ac2f /.github
parent5d7e8f40067920c1e7f386d26bf918d7768b8f5b (diff)
downloadpylint-git-77e8ae4f3902697babb186482f577a2c8b1a3725.tar.gz
Add Marc Mueller as codeowner for CodeStyle and Typing extensions (#7630)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 93e96dd1d..7b08ae365 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -14,7 +14,7 @@ pylint/message/* @pierre-sassoulas
tests/message/* @pierre-sassoulas
# typing
-pylint/typing.py @DanielNoord @cdce8p
+pylint/typing.py @DanielNoord
# multiprocessing (doublethefish is not yet a contributor with write access)
# pylint/lint/parallel.py @doublethefish
@@ -34,3 +34,11 @@ tests/functional/ext/for_any_all/* @areveny
pylint/extensions/private_import.py @areveny
tests/extensions/test_private_import.py @areveny
tests/functional/ext/private_import/* @areveny
+
+# CodeStyle
+pylint/extensions/code_style.* @cdce8p
+tests/functional/ext/code_style/* @cdce8p
+
+# Typing
+pylint/extensions/typing.* @cdce8p
+tests/functional/ext/typing/* @cdce8p