From 1b2b046f9afc64f5fcee54f28330b14277c884e1 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Wed, 19 Jul 2023 14:56:02 +0200 Subject: [PATCH] ci(pre-commit): Use the newest copyright checker --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fd2cd4481..979b04e306 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -158,7 +158,7 @@ repos: - id: file-contents-sorter files: 'tools\/ci\/(executable-list\.txt|mypy_ignore_list\.txt|check_copyright_ignore\.txt)' - repo: https://github.com/espressif/check-copyright/ - rev: v1.0.2 + rev: v1.0.3 hooks: - id: check-copyright args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']