Browse Source

ref: add mypy plugin to typing codeowners (#53709)

<!-- Describe your PR here. -->
anthony sottile 1 year ago
parent
commit
d5463672b7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/CODEOWNERS

+ 2 - 1
.github/CODEOWNERS

@@ -74,8 +74,9 @@ Makefile                                                 @getsentry/owners-sentr
 .pre-commit-config.yaml                                  @getsentry/owners-sentry-dev
 .git-blame-ignore-revs                                   @getsentry/owners-sentry-dev
 
-mypy.ini                                                 @getsentry/python-typing
 /fixtures/stubs-for-mypy                                 @getsentry/python-typing
+/tools/mypy_helpers/                                     @getsentry/python-typing
+/tests/tools/mypy_helpers                                @getsentry/python-typing
 
 # GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
 /.github/labels.yml                                      @getsentry/open-source