We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3cd91 commit 7e3fa88Copy full SHA for 7e3fa88
cl/runtime/prebuild/copyright_header.py
@@ -109,7 +109,7 @@ def check_copyright_headers(
109
110
# Use default exclude patterns if not specified by the caller
111
if exclude_patterns is None:
112
- exclude_patterns = ["__init__.py"]
+ exclude_patterns = ["__init__.py", "_version.py"]
113
114
# Apply to each element of root_paths
115
for root_path in package_root_paths:
0 commit comments