I'm well aware that normally you wouldn't want to suppress this error, but my case is special. I'm "poly-filling" skulpt with some modules that it lacks in stdlib ("typing" and "typing_extensions" to be exact). How can I suppress this error? Preferably where:
- Suppression only applies for specific files.
- Mypy doesn't use type-hins/annotations from my local file, but rather from where it would take them if it didn't exist...
- Mypy still runs on that specified file.