From df15640262026c0f2e6fa54b05915d6a9912620e Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sat, 29 Aug 2020 12:08:25 +0100 Subject: setup.cfg: Remove pytest and py from the list of non-typechecked modules pytest now provides type annotations --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index f2ae3c316..19ffbcbc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ warn_no_return = True # Ignore missing stubs for third-party packages. # In future, these should be re-enabled if/when stubs for them become available. -[mypy-copyreg,grpc,pluginbase,psutil,py,pyroaring,pytest,_pytest.*,ruamel] +[mypy-copyreg,grpc,pluginbase,psutil,pyroaring,ruamel] ignore_missing_imports=True # Ignore issues with generated files and vendored code -- cgit v1.2.1