It is possible to use different Python Interpreters for your project and for Snakemake features. E.g. you could have a conda environment with all packages required for scripts used in rules, but ...
The python-skeletons repository is deprecated. There is now a standard for type hints in Python: PEP 484: Type Hints for syntax and semantics of type hints The Typeshed repository for the common ...