From 43084e9e829ac4eb74607eb58d3f1287f82df461 Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Sat, 1 Jun 2024 07:57:26 +0900 Subject: [PATCH] remove precommit.ci --- .pre-commit-config.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96541b94..04b4cb3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,17 +12,18 @@ # # See https://github.com/pre-commit/pre-commit --- -ci: - autofix_commit_msg: | - [pre-commit.ci] auto fixes from pre-commit.com hooks - - for more information, see https://pre-commit.ci - autofix_prs: true - autoupdate_branch: 'ros2' - autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate" - autoupdate_schedule: weekly - skip: [] - submodules: false +# CANNOT USE (AMENT_LINT excutables are being called from local) +# ci: +# autofix_commit_msg: | +# [pre-commit.ci] auto fixes from pre-commit.com hooks + +# for more information, see https://pre-commit.ci +# autofix_prs: true +# autoupdate_branch: 'ros2' +# autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate" +# autoupdate_schedule: weekly +# skip: [] +# submodules: false repos: # Standard hooks @@ -35,8 +36,6 @@ repos: - id: check-docstring-first - id: check-merge-conflict - id: check-symlinks - - id: check-xml - - id: check-yaml - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending