File tree 3 files changed +15
-5
lines changed 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -16,31 +16,40 @@ exclude: >
16
16
repos :
17
17
18
18
- repo : https://github.com/pre-commit/pre-commit-hooks
19
- rev : v3.3 .0
19
+ rev : v3.4 .0
20
20
hooks :
21
21
- id : check-json
22
22
- id : check-yaml
23
23
- id : end-of-file-fixer
24
24
- id : trailing-whitespace
25
25
26
26
- repo : https://github.com/mgedmin/check-manifest
27
- rev : " 0.44 "
27
+ rev : " 0.46 "
28
28
hooks :
29
29
- id : check-manifest
30
+ args : [--no-build-isolation]
31
+ additional_dependencies : [setuptools>=46.4.0]
32
+
33
+ # this is not used for now,
34
+ # since it converts markdown-it-py to markdown_it_py and removes comments
35
+ # - repo: https://github.com/asottile/setup-cfg-fmt
36
+ # rev: v1.17.0
37
+ # hooks:
38
+ # - id: setup-cfg-fmt
30
39
31
40
- repo : https://github.com/psf/black
32
41
rev : 20.8b1
33
42
hooks :
34
43
- id : black
35
44
36
45
- repo : https://gitlab.com/pycqa/flake8
37
- rev : 3.8.4
46
+ rev : 3.9.1
38
47
hooks :
39
48
- id : flake8
40
49
additional_dependencies : [flake8-bugbear==21.3.1]
41
50
42
51
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : v0.790
52
+ rev : v0.812
44
53
hooks :
45
54
- id : mypy
46
55
additional_dependencies : [attrs]
Original file line number Diff line number Diff line change 51
51
("py:class" , "markdown_it.helpers.parse_link_destination._Result" ),
52
52
("py:class" , "markdown_it.helpers.parse_link_title._Result" ),
53
53
("py:class" , "MarkdownIt" ),
54
+ ("py:class" , "_NodeType" ),
54
55
]
55
56
56
57
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ linkify =
52
52
plugins =
53
53
mdit-py-plugins
54
54
rtd =
55
- myst-nb~=0.11.1
55
+ myst-nb ==0.13.0a1
56
56
pyyaml
57
57
sphinx>=2,<4
58
58
sphinx-copybutton
You can’t perform that action at this time.
0 commit comments