File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
7
+ - repo : https://github.com/hukkin/mdformat
8
+ rev : 0.7.22
9
+ hooks :
10
+ - id : mdformat
11
+ additional_dependencies :
12
+ - mdformat-myst
13
+ - mdformat-ruff
14
+ - mdformat-config
15
+
7
16
- repo : https://github.com/pre-commit/pre-commit-hooks
8
17
rev : v5.0.0
9
18
hooks :
@@ -47,18 +56,8 @@ repos:
47
56
args : [--autofix]
48
57
- id : pretty-format-yaml
49
58
args : [--autofix]
50
- # For the labeler GitHub Action, labels with spaces in them must
51
- # be put in quotes. However, the pretty-format-yaml hook will
52
- # remove the quotes which will break that action, so we should not
53
- # run this hook on `labeler.yml` (or certain other files).
54
- exclude : .github/labeler.yml|.pre-commit-search-and-replace.yaml
55
59
56
60
- repo : https://github.com/pre-commit/pygrep-hooks
57
61
rev : v1.10.0
58
62
hooks :
59
- - id : python-check-blanket-noqa
60
- name : noqa comments have an error code
61
- exclude : ^docs/plasmapy_sphinx/
62
- - id : rst-directive-colons
63
- - id : rst-inline-touching-normal
64
63
- id : text-unicode-replacement-char
You can’t perform that action at this time.
0 commit comments