This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 374ae30eedec724cecb9464386198a5e6fa8401f Author: Kaxil Naik <[email protected]> AuthorDate: Tue Aug 18 20:01:36 2020 +0100 Fix failing insert-license pre-commit check --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb91828..1fcd49d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ default_language_version: minimum_pre_commit_version: "1.20.0" repos: - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.8 + rev: v1.1.9 hooks: - id: forbid-tabs exclude: ^docs/Makefile$ @@ -100,7 +100,7 @@ repos: - id: insert-license name: Add license for all XML files exclude: ^\.github/.*$ - types: [xml] + files: .*\.xml$ args: - --comment-style - "<!--||-->"
