File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine/standard_python3/bigquery
data-science-onramp/data-ingestion Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments