Skip to content

Commit f0af43e

Browse files
chore: add constraints file check for python samples (#16)
This is the sibling PR to GoogleCloudPlatform/python-docs-samples#5611 and this is the issue opened for it GoogleCloudPlatform/python-docs-samples#5549
1 parent 8c479cf commit f0af43e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-audit-log/.github/header-checker-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"allowedCopyrightHolders": ["Google LLC"],
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3-
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
3+
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
44
"sourceFileExtensions": [
55
"ts",
66
"js",

packages/google-cloud-audit-log/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-audit-log.git",
7-
"sha": "f8e535c13a3546ce382cc7e5fdddc42458a97f80"
7+
"sha": "e14194538cb4978b97b683c116d577074f485944"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ff39353f34a36e7643b86e97724e4027ab466dc6"
14+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "synthtool",
2020
"remote": "https://github.com/googleapis/synthtool.git",
21-
"sha": "ff39353f34a36e7643b86e97724e4027ab466dc6"
21+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
2222
}
2323
}
2424
],

0 commit comments

Comments
 (0)