Skip to content

Commit cdacab8

Browse files
ci(pre-commit): autoupdate (#46)
* ci(pre-commit): autoupdate updates: - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.34.0](igorshubovych/markdownlint-cli@v0.32.2...v0.34.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.9-for-vscode) - [github.com/adrienverge/yamllint: v1.28.0 → v1.31.0](adrienverge/yamllint@v1.28.0...v1.31.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) * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63a4355 commit cdacab8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.32.2
21+
rev: v0.34.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.4
27+
rev: v3.0.0-alpha.9-for-vscode
2828
hooks:
2929
- id: prettier
3030

3131
- repo: https://github.com/adrienverge/yamllint
32-
rev: v1.28.0
32+
rev: v1.31.0
3333
hooks:
3434
- id: yamllint
3535

3636
- repo: https://github.com/tier4/pre-commit-hooks-ros
37-
rev: v0.7.1
37+
rev: v0.8.0
3838
hooks:
3939
- id: prettier-package-xml
4040
- id: sort-package-xml

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
63+
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

0 commit comments

Comments
 (0)