This is an automated email from the ASF dual-hosted git repository.

chandan pushed a commit to branch chandan/cleanup
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit 61a9ea6a8b192fe8b1ea34413ae477015a0b2571
Author: Chandan Singh <[email protected]>
AuthorDate: Wed Jul 31 12:33:45 2024 -0400

    setup.cfg: Remove unnecessary mypy ignores for 3rd party packages
    
    For all these - either buildstream-plugins project does not use them, or
    they come with types at this time.
---
 setup.cfg | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 9ab5cda..257bf1e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,8 +28,3 @@ env =
 files = src
 warn_unused_configs = True
 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,pyroaring,ruamel,multiprocessing.forkserver]
-ignore_missing_imports=True

Reply via email to