Skip to content

Commit

Permalink
Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Oct 17, 2023
1 parent fef9059 commit ef52845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-yaml
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.4.0
rev: 2.7.3
hooks:
- id: editorconfig-checker
alias: ec
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -26,6 +26,6 @@ repos:
args: ["--wrap=79", "--end-of-line=keep"]
exclude: '^(?!book/.*)$'
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
rev: v2.1.0
hooks:
- id: reuse

0 comments on commit ef52845

Please sign in to comment.