Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0)
- [github.com/tier4/pre-commit-hooks-ros: v0.7.1 → v0.8.0](tier4/pre-commit-hooks-ros@v0.7.1...v0.8.0)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2)
- [github.com/scop/pre-commit-shfmt: v3.5.1-1 → v3.6.0-1](scop/pre-commit-shfmt@v3.5.1-1...v3.6.0-1)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 9, 2023
1 parent 157238c commit 92ef9fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]
Expand All @@ -34,7 +34,7 @@ repos:
- id: yamllint

- repo: https://github.com/tier4/pre-commit-hooks-ros
rev: v0.7.1
rev: v0.8.0
hooks:
- id: flake8-ros
- id: prettier-xacro
Expand All @@ -44,23 +44,23 @@ repos:
- id: sort-package-xml

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

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.5.1-1
rev: v3.6.0-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
args: [--line-length=100]
Expand Down

0 comments on commit 92ef9fb

Please sign in to comment.