Skip to content

Commit

Permalink
remove precommit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed May 31, 2024
1 parent 303ee0f commit 43084e9
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 43084e9

Please sign in to comment.