Skip to content

Commit

Permalink
add precommit ci autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed May 31, 2024
1 parent 435fb61 commit 956b866
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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

repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks

Check failure on line 29 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Run Linters for Code Format Check

29:3 [indentation] wrong indentation: expected 4 but found 2
Expand Down

0 comments on commit 956b866

Please sign in to comment.