# Pytype exclude list. Files will not be tested with pytype.

# pytype has its own version of these files, and thus doesn't mind if it
# can't parse the typeshed version:
stdlib/builtins.pyi
stdlib/typing.pyi

# errors about import statements
stubs/mysqlclient/MySQLdb/__init__.pyi
stubs/mysqlclient/MySQLdb/connections.pyi
stubs/mysqlclient/MySQLdb/cursors.pyi

# twisted not installed during tests
stubs/pika/pika/adapters/twisted_connection.pyi

# pytype.pytd.visitors.ContainerError: Conflicting values for TypeVar
stubs/openpyxl/openpyxl/descriptors/nested.pyi

# matplotlib not installed during tests
stubs/shapely/shapely/plotting.pyi
