File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
"ignored_versions" : ["2.7" ],
26
26
# Old samples are opted out of enforcing Python type hints
27
27
# All new samples should feature them
28
- "enforce_type_hints" : True ,
28
+ "enforce_type_hints" : False ,
29
29
# An envvar key for determining the project id to use. Change it
30
30
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
31
31
# build specific Cloud project. You can also use your own string
Original file line number Diff line number Diff line change 31
31
import pem
32
32
33
33
34
- def verify (attestation_file : str , bundle_file : str ): bool
34
+ def verify (attestation_file , bundle_file ):
35
35
"""Verifies an attestation using a bundle of certificates.
36
36
37
37
Args:
Original file line number Diff line number Diff line change 25
25
"ignored_versions" : ["2.7" ],
26
26
# Old samples are opted out of enforcing Python type hints
27
27
# All new samples should feature them
28
- "enforce_type_hints" : True ,
28
+ "enforce_type_hints" : False ,
29
29
# An envvar key for determining the project id to use. Change it
30
30
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
31
31
# build specific Cloud project. You can also use your own string
You can’t perform that action at this time.
0 commit comments