1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:38:53 +03:00

header update

This commit is contained in:
Anton Afanasyeu
2026-05-20 17:24:50 +02:00
parent 5d8e82d2e6
commit ee4947a348
241 changed files with 1214 additions and 783 deletions

View File

@@ -12,6 +12,7 @@ from header_lib import (
apply_header_to_content,
has_valid_header,
header_needs_identity_refresh,
hook_skip_requested,
is_excluded_path,
resolve_header_contributor,
update_header_timestamps,
@@ -48,6 +49,9 @@ def is_new_file(path: Path) -> bool:
def main() -> int:
if hook_skip_requested():
return 0
errors = []
contributor = resolve_header_contributor()
for path in staged_files():