You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where PEP 561 .pyi stub files are ignored (#84)
* Fixed an issue where .pyi files were ignored
* Skip a .py file if an identically named .pyi file already exists
Skip a .py file if an identically named .pyi file already exists as pytest will complain about duplicate modules otherwise.
* Removed a redundant if/else statement
* Added a test for .pyi files
* Implemented #84 (comment)
0 commit comments