From e9f2608cd007b60f1886161008bf22fe0c5dbde5 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 6 Jun 2024 14:38:58 +0200 Subject: [PATCH] no cr for scripts --- scripts/check_copyright_year.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_copyright_year.sh b/scripts/check_copyright_year.sh index 129c60c8f..246199144 100644 --- a/scripts/check_copyright_year.sh +++ b/scripts/check_copyright_year.sh @@ -8,7 +8,7 @@ # according to those terms. excluded_files="config.yaml|.gitmodules" -excluded_extensions="json|md|png|txt|toml|gz|key|rlp|era1|cfg" +excluded_extensions="json|md|png|txt|toml|gz|key|rlp|era1|cfg|py|sh" current_year=$(date +"%Y") outdated_files=()