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/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- [github.com/sirosen/texthooks: 0.4.0 → 0.5.0](sirosen/texthooks@0.4.0...0.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent 78fa770 commit 7c33922
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -11,15 +11,15 @@ repos:
- id: check-vcs-permalinks
- id: mixed-line-ending
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-tables
- mdformat-toc
- repo: https://github.com/sirosen/texthooks
rev: 0.4.0
rev: 0.5.0
hooks:
- id: fix-smartquotes
- id: fix-ligatures
Expand Down

0 comments on commit 7c33922

Please sign in to comment.