File tree 2 files changed +2
-2
lines changed
appengine/standard_python3/bigquery
data-science-onramp/data-ingestion
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
"ignored_versions" : ["2.7" , "3.9" ],
27
27
# Old samples are opted out of enforcing Python type hints
28
28
# All new samples should feature them
29
- "enforce_type_hints" : True ,
29
+ "enforce_type_hints" : False ,
30
30
# An envvar key for determining the project id to use. Change it
31
31
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
32
32
# build specific Cloud project. You can also use your own string
Original file line number Diff line number Diff line change 26
26
"ignored_versions" : ["2.7" , "3.9" ],
27
27
# Old samples are opted out of enforcing Python type hints
28
28
# All new samples should feature them
29
- "enforce_type_hints" : True ,
29
+ "enforce_type_hints" : False ,
30
30
# An envvar key for determining the project id to use. Change it
31
31
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
32
32
# build specific Cloud project. You can also use your own string
You can’t perform that action at this time.
0 commit comments