fix: copyright updater skips folders like 'modules'

pull/9398/head
Jun 2025-12-02 14:35:47 +08:00 committed by GitHub
parent 71719db3ab
commit f55fcf7baf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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