From 8a7cb1396a6a6fb3b521b87016f91a8bc5630262 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Thu, 20 Oct 2022 12:19:53 +0300 Subject: [PATCH] Remove some packages from `pyright`'s exclude: they are correct (#8948) --- pyrightconfig.stricter.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index ff372eee7..4a76c2021 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -57,7 +57,6 @@ "stubs/oauthlib", "stubs/openpyxl", "stubs/Pillow", - "stubs/paramiko", "stubs/prettytable", "stubs/protobuf", "stubs/python-crontab", @@ -65,10 +64,8 @@ "stubs/pytz/pytz/reference.pyi", "stubs/pytz/pytz/tzfile.pyi", "stubs/google-cloud-ndb", - "stubs/paho-mqtt", "stubs/passlib", "stubs/peewee", - "stubs/pep8-naming", "stubs/psutil", "stubs/psycopg2", "stubs/pyflakes",