Nadiia Novakova | Python Type Checkers
https://nnovakova.github.io/python-type-checkersOnce it is installed, we can successfully run Mypy and use PySpark types in our code. mypy test.py Success: no issues found in 1 source file Configuration. Mypy can read user-defined configuration from mypy.ini file. One the convenient use case is to disable type checking for a specific library or its module: # mypy.ini [mypy] [mypy-pyspark.sql ...