Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: 6f3cb139ef36133b6f903b97facc57b07cef57c9 → 6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e](pre-commit/mirrors-prettier@6f3cb13...6fd1ced)
- [github.com/DavidAnson/markdownlint-cli2: e3c981ce9ab04c82884e2bb074e13f0ad755a63d → e54fbe250d287fd6f09363395343887a999963c5](DavidAnson/markdownlint-cli2@e3c981c...e54fbe2)
- [github.com/adrienverge/yamllint: 9d0f59876dc6882e263b2657ab42a1ced4c0207d → 98f2281f56be5503f3851e74556e1122fc18b2a8](adrienverge/yamllint@9d0f598...98f2281)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent 406cfb9 commit 8adba81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repos:

# prettier - multi formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 6f3cb139ef36133b6f903b97facc57b07cef57c9 # frozen: v3.0.0-alpha.6
rev: 6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e # frozen: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

Expand Down Expand Up @@ -235,7 +235,7 @@ repos:

# markdownlint - md file checker
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: e3c981ce9ab04c82884e2bb074e13f0ad755a63d # frozen: v0.6.0
rev: e54fbe250d287fd6f09363395343887a999963c5 # frozen: v0.7.0
hooks:
- id: markdownlint-cli2

Expand All @@ -252,6 +252,6 @@ repos:

# yamllint - yaml linter
- repo: https://github.com/adrienverge/yamllint
rev: 9d0f59876dc6882e263b2657ab42a1ced4c0207d # frozen: v1.30.0
rev: 98f2281f56be5503f3851e74556e1122fc18b2a8 # frozen: v1.31.0
hooks:
- id: yamllint

0 comments on commit 8adba81

Please sign in to comment.