Commit 90e6ee1aaa7e5bc365fad80766b191198f751e9e
Committed by
GitHub
1 parent
b681d4d6
chore(deps): pre-commit.ci autoupdate (#792)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) - [github.com/markdownlint/markdownlint: v0.11.0 → v0.12.0](https://github.com/markdownlint/markdownlint/compare/v0.11.0...v0.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Showing
1 changed file
with
2 additions
and
2 deletions
.pre-commit-config.yaml
| ... | ... | @@ -33,14 +33,14 @@ repos: |
| 33 | 33 | additional_dependencies: [pyyaml] |
| 34 | 34 | |
| 35 | 35 | - repo: https://github.com/pre-commit/mirrors-prettier |
| 36 | - rev: "v3.0.0-alpha.2" | |
| 36 | + rev: "v3.0.0-alpha.3" | |
| 37 | 37 | hooks: |
| 38 | 38 | - id: prettier |
| 39 | 39 | types_or: [yaml, markdown, html, css, scss, javascript, json] |
| 40 | 40 | args: [--prose-wrap=always] |
| 41 | 41 | |
| 42 | 42 | - repo: https://github.com/markdownlint/markdownlint |
| 43 | - rev: v0.11.0 | |
| 43 | + rev: v0.12.0 | |
| 44 | 44 | hooks: |
| 45 | 45 | - id: markdownlint |
| 46 | 46 | args: ["--style=scripts/mdlint_style.rb"] | ... | ... |