Skip to content

Commit b62fa9d

Browse files
moschmdtgarfieldnate
authored andcommitted
add pre-commit config
1 parent 36243d1 commit b62fa9d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
- repo: https://github.com/DavidAnson/markdownlint-cli2
9+
rev: v0.14.0
10+
hooks:
11+
- id: markdownlint-cli2

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mkdocs-material-extensions==1.*
33
python-markdown-math==0.8
44
mkdocs-macros-plugin==1.*
55
pygments @ git+https://github.com/moschmdt/pygments@feature/soar
6+
pre-commit==3.8.*

0 commit comments

Comments
 (0)