Skip to content

Commit

Permalink
Do not check copyright header in _version.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervsokol committed Oct 22, 2024
1 parent 2b3cd91 commit 7e3fa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/runtime/prebuild/copyright_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def check_copyright_headers(

# Use default exclude patterns if not specified by the caller
if exclude_patterns is None:
exclude_patterns = ["__init__.py"]
exclude_patterns = ["__init__.py", "_version.py"]

# Apply to each element of root_paths
for root_path in package_root_paths:
Expand Down

0 comments on commit 7e3fa88

Please sign in to comment.