Configuration
There are 3 ways to control the behavior of `pytype.
-
Pass command-line options to
pytype. -
Specify a configuration file using
pytype --config /path/to/config/file .... You can generate an example configuration file using the commandpytype --generate-config pytype.cfg. -
If no configuration file is found, pytype uses the …