Skip to content

Commit aa7e523

Browse files
authored
add wildcard to __init__.py (GoogleCloudPlatform#5364)
because I messed up the first time 🤦🏻‍♀️
1 parent da49e1f commit aa7e523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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", "**/requirements-composer.txt", "__init__.py"],
3+
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/requirements-composer.txt", "**/__init__.py"],
44
"sourceFileExtensions": [
55
"ts",
66
"js",

0 commit comments

Comments
 (0)