Skip to content

Commit 6c5c13e

Browse files
author
Takashi Matsuo
committed
disable type hint checks
1 parent 4f4bbf0 commit 6c5c13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/standard_python3/bigquery/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ignored_versions": ["2.7", "3.9"],
2727
# Old samples are opted out of enforcing Python type hints
2828
# All new samples should feature them
29-
"enforce_type_hints": True,
29+
"enforce_type_hints": False,
3030
# An envvar key for determining the project id to use. Change it
3131
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3232
# build specific Cloud project. You can also use your own string

data-science-onramp/data-ingestion/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ignored_versions": ["2.7", "3.9"],
2727
# Old samples are opted out of enforcing Python type hints
2828
# All new samples should feature them
29-
"enforce_type_hints": True,
29+
"enforce_type_hints": False,
3030
# An envvar key for determining the project id to use. Change it
3131
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3232
# build specific Cloud project. You can also use your own string

0 commit comments

Comments
 (0)