1# NOTE: All relative paths are relative to the location of this file. 2 3[pytype] 4 5# Space-separated list of files or directories to exclude. 6exclude = 7 **/*_test.py 8 **/testdata/** 9 # Dynamically changes sys.path, causes import-error for pytype. 10 join_config_payloads.py 11 12# Space-separated list of files or directories to process. 13inputs = 14 *.py 15 checker 16 common 17 18# Run N jobs in parallel. 19jobs = 16 20 21# Paths to source code directories, separated by ':'. 22pythonpath = 23 . 24 25# Comma or space separated list of error names to ignore. 26disable = 27 attribute-error