Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
ci(pre-commit): autoupdate (#25)
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.3 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.8.0.3...v0.8.0.4)
- [github.com/scop/pre-commit-shfmt: v3.4.2-1 → v3.4.3-1](scop/pre-commit-shfmt@v3.4.2-1...v3.4.3-1)
- [github.com/cpplint/cpplint: 1.5.5 → 1.6.0](cpplint/cpplint@1.5.5...1.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 5, 2022
1 parent cafea77 commit ac456f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.31.1
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier

Expand All @@ -43,12 +43,12 @@ repos:
- id: ros-include-guard

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.3
rev: v0.8.0.4
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.2-1
rev: v3.4.3-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
types_or: [c++, c, cuda]

- repo: https://github.com/cpplint/cpplint
rev: 1.5.5
rev: 1.6.0
hooks:
- id: cpplint
args: [--quiet]
Expand Down

0 comments on commit ac456f1

Please sign in to comment.