Skip to content

Commit

Permalink
link check added (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath authored Aug 9, 2024
1 parent b2450ea commit e871afb
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 @@ -67,11 +67,11 @@ repos:
alias: black
additional_dependencies: [black>=22.10.0]

#- repo: https://github.com/tcort/markdown-link-check
# rev: v3.12.2
# hooks:
# - id: markdown-link-check
# args: ["--config=mlc-config.json"]
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
hooks:
- id: markdown-link-check
args: ["--config=mlc-config.json"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
Expand Down

0 comments on commit e871afb

Please sign in to comment.