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: v3.0.0 → v3.0.2](pre-commit/mirrors-prettier@v3.0.0...v3.0.2)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
  • Loading branch information
pre-commit-ci[bot] authored Aug 29, 2023
1 parent 9c9a061 commit f7d0c4a
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 @@ -15,13 +15,13 @@ repos:
# Formatters: hooks that re-write Python and RST files
########################################################################################
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.2
hooks:
- id: prettier
types_or: [yaml]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 # Use the ref you want to point at
rev: 0.7.17 # Use the ref you want to point at
hooks:
- id: mdformat
# Optionally add plugins
Expand Down

0 comments on commit f7d0c4a

Please sign in to comment.