# NOTE: All relative paths are relative to the location of this file. [pytype] # Space-separated list of files or directories to exclude. exclude = **/*_test.py **/testdata/** # Dynamically changes sys.path, causes import-error for pytype. join_config_payloads.py # Space-separated list of files or directories to process. inputs = *.py checker common # Run N jobs in parallel. jobs = 16 # Paths to source code directories, separated by ':'. pythonpath = . # Comma or space separated list of error names to ignore. disable = attribute-error