Skip to content

Commit

Permalink
Initial commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningRose committed Jan 13, 2025
1 parent c864c0e commit 802cb88
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ repos:
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm==0.3.5
- linkify-it-py==1.0.3
- markdown-it-py==2.2.0
- id: mdformat
additional_dependencies:
- mdformat-gfm==0.3.5
- linkify-it-py==1.0.3
- markdown-it-py==2.2.0

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
Expand Down Expand Up @@ -87,3 +87,11 @@ repos:
"--extend-ignore=E203,E402,E501,F401,F841",
"--exclude=logs/*,data/*",
]

- repo: local # Adding this to handle `docs/requirements.txt` gracefully
hooks:
- id: skip-missing-requirements
name: Skip Missing Requirements
entry: echo "Skipping check for missing docs/requirements.txt"
language: system
files: ^docs/requirements\.txt$

0 comments on commit 802cb88

Please sign in to comment.