diff --git a/tools/copyright_updater.py b/tools/copyright_updater.py index 374994657..9637ed93c 100644 --- a/tools/copyright_updater.py +++ b/tools/copyright_updater.py @@ -23,7 +23,7 @@ ALLOWED_FILE_EXTENSIONS = ( "LICENSE", "Dockerfile", "Makefile", ".ts", ".tsx" ) -EXCLUDE_DIR = ("node_modules") +EXCLUDE_DIR = ("node_modules",) # Filter the files by its extension