Skip to content

Commit

Permalink
Add yml handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Jan 28, 2025
1 parent f5c4a89 commit da12b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/add_copyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def register_impl(func):

@register(
any_of(
has_ext([".py", ".pyi", ".sh", ".bash", ".yaml", ".pbtxt"]),
has_ext([".py", ".pyi", ".sh", ".bash", ".yaml", ".yml", ".pbtxt"]),
basename_is("CMakeLists.txt"),
path_contains("Dockerfile"),
)
Expand Down

0 comments on commit da12b65

Please sign in to comment.