Skip to content

Commit

Permalink
Add Markdown pre-commit checks
Browse files Browse the repository at this point in the history
- Linting
- Codespell (spelling)
- Dead link check
  • Loading branch information
tatiana committed Jan 2, 2025
1 parent a53c765 commit 316fb79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,19 @@ repos:
hooks:
- id: black
args: [ "--config", "./pyproject.toml" ]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell

- repo: https://github.com/markdownlint/markdownlint
rev: v0.13.0
hooks:
- id: markdownlint

- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.6
hooks:
- id: markdown-link-check
args: [-q]

0 comments on commit 316fb79

Please sign in to comment.