We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36243d1 commit b62fa9dCopy full SHA for b62fa9d
.pre-commit-config.yaml
@@ -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
11
+ - id: markdownlint-cli2
requirements.txt
@@ -3,3 +3,4 @@ mkdocs-material-extensions==1.*
python-markdown-math==0.8
mkdocs-macros-plugin==1.*
pygments @ git+https://github.com/moschmdt/pygments@feature/soar
+pre-commit==3.8.*
0 commit comments