forked from googleapis/python-bigquery-dataframes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypy.ini
More file actions
37 lines (25 loc) · 645 Bytes
/
mypy.ini
File metadata and controls
37 lines (25 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# https://mypy.readthedocs.io/en/stable/config_file.html#config-file
[mypy]
exclude = ^third_party/
[mypy-google.auth.*]
ignore_missing_imports = True
[mypy-cloudpickle.*]
ignore_missing_imports = True
[mypy-flask]
ignore_missing_imports = True
[mypy-pydata_google_auth]
ignore_missing_imports = True
[mypy-google.colab]
ignore_missing_imports = True
[mypy-google.iam.*]
ignore_missing_imports = True
[mypy-pytz]
ignore_missing_imports = True
[mypy-pyarrow]
ignore_missing_imports = True
[mypy-ibis.*]
ignore_missing_imports = True
[mypy-ipywidgets]
ignore_missing_imports = True
[mypy-pyarrow.feather]
ignore_missing_imports = True