From 424c416f3116cb80d7030562b26f5575a37293ff Mon Sep 17 00:00:00 2001 From: donBarbos Date: Mon, 7 Jul 2025 23:01:09 +0400 Subject: [PATCH 1/2] Remind to remove library from pyrightconfig --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1df9c33807e7..341621faafa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -463,6 +463,7 @@ steps: 4. When a new version of the package was automatically uploaded to PyPI (which can take up to a day), open a PR to remove the stubs. +Don't forget to make sure the library is not in the `pyrightconfig.strict.json` exclusion list. If feeling kindly, please update [mypy](https://github.com/python/mypy/blob/master/mypy/stubinfo.py) for any stub obsoletions or removals. From 59008b3c6d52b4c99ec37465464065d61fb642ea Mon Sep 17 00:00:00 2001 From: donBarbos Date: Tue, 8 Jul 2025 00:17:49 +0400 Subject: [PATCH 2/2] Add link --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 341621faafa0..290a655e6fe1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -463,8 +463,8 @@ steps: 4. When a new version of the package was automatically uploaded to PyPI (which can take up to a day), open a PR to remove the stubs. -Don't forget to make sure the library is not in the `pyrightconfig.strict.json` exclusion list. -If feeling kindly, please update [mypy](https://github.com/python/mypy/blob/master/mypy/stubinfo.py) +Don't forget to make sure the library is not in the [`pyrightconfig.stricter.json`](./pyrightconfig.stricter.json) +exclusion list. If feeling kindly, please update [mypy](https://github.com/python/mypy/blob/master/mypy/stubinfo.py) for any stub obsoletions or removals. ### Marking PRs as "deferred"