Skip to content

Commit

Permalink
pre-commit: put repo: local hooks at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 15, 2023
1 parent 4665f5c commit 1aa4ebb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ repos:
- id: prettier
name: Run prettier
description: Format files with prettier
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [--config, mlc_config.json, -q]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
hooks:
Expand Down Expand Up @@ -142,8 +147,3 @@ repos:
language: system
files: ^codespell\.txt$
require_serial: true
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [--config, mlc_config.json, -q]

0 comments on commit 1aa4ebb

Please sign in to comment.