From a95891e21105f4a0e50957e22048588eb3912359 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 18 Aug 2023 12:42:23 +0300 Subject: [PATCH] fix(common): Bump espressif/check-copyright version for PyYAML fix --- .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 bce5f9250..e60d2976e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: hooks: - id: eradicate - repo: https://github.com/espressif/check-copyright/ - rev: v1.0.1 + rev: v1.0.3 hooks: - id: check-copyright args: ['--ignore', 'ci/check_copyright_ignore.txt', '--config', 'ci/check_copyright_config.yaml']