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 6b1a156 commit db3d653Copy full SHA for db3d653
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+repos:
2
+ - repo: https://github.com/sphinx-contrib/sphinx-lint
3
+ rev: v0.6.8
4
+ hooks:
5
+ - id: sphinx-lint
6
+
7
+ - repo: https://github.com/psf/black
8
+ rev: 23.9.1
9
10
+ - id: black
11
12
+ - repo: https://github.com/pre-commit/pre-commit-hooks
13
+ rev: v4.4.0
14
15
+ - id: end-of-file-fixer
16
+ - id: trailing-whitespace
requirements.txt
@@ -3,6 +3,7 @@ myst-parser
furo
sphinx-copybutton
sphinx-autobuild
+pre-commit
# TODO remove docutils pin when this issue fixed:
# https://github.com/executablebooks/MyST-Parser/issues/612
0 commit comments