Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#173)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-eslint: v8.19.0 → v8.20.0](pre-commit/mirrors-eslint@v8.19.0...v8.20.0)
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.0](igorshubovych/markdownlint-cli@v0.31.1...v0.32.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 Jul 20, 2022
1 parent ce37552 commit 25f29ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
stages: ["push"]
# TypeScript
- repo: https:/pre-commit/mirrors-eslint
rev: v8.19.0
rev: v8.20.0
hooks:
- id: eslint
args: ['--fix']
Expand All @@ -51,7 +51,7 @@ repos:
exclude: ^dist/.*\.js$
# Markdown
- repo: https:/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.0
hooks:
- id: markdownlint
# Yaml
Expand Down

0 comments on commit 25f29ee

Please sign in to comment.