File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.27.1
24
+ rev : 0.27.2
25
25
hooks :
26
26
- id : check-github-workflows
27
27
51
51
args : ["-L", "sur,nd"]
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : " v1.6 .1"
54
+ rev : " v1.7 .1"
55
55
hooks :
56
56
- id : mypy
57
57
files : " ^nbconvert"
81
81
- id : rst-inline-touching-normal
82
82
83
83
- repo : https://github.com/astral-sh/ruff-pre-commit
84
- rev : v0.1.4
84
+ rev : v0.1.6
85
85
hooks :
86
86
- id : ruff
87
87
types_or : [python, jupyter]
90
90
types_or : [python, jupyter]
91
91
92
92
- repo : https://github.com/scientific-python/cookie
93
- rev : " 2023.10.27 "
93
+ rev : " 2023.11.17 "
94
94
hooks :
95
95
- id : sp-repo-review
96
96
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change @@ -1396,6 +1396,7 @@ raw template
1396
1396
{%- endblock in_prompt -%}
1397
1397
"""
1398
1398
1399
+
1399
1400
exporter_attr = AttrExporter()
1400
1401
output_attr, _ = exporter_attr.from_notebook_node(nb)
1401
1402
assert " raw template" in output_attr
Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ source = ["nbconvert"]
179
179
files = " nbconvert"
180
180
python_version = " 3.8"
181
181
strict = true
182
- show_error_codes = true
183
182
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
184
183
disable_error_code = [" no-untyped-def" , " no-untyped-call" ]
185
184
warn_unreachable = true
@@ -250,7 +249,7 @@ fail-under=100
250
249
exclude = [" tests" , " docs" ]
251
250
252
251
[tool .repo-review ]
253
- ignore = [" PY007 " , " GH102" ]
252
+ ignore = [" GH102" ]
254
253
255
254
256
255
[tool .codespell ]
You can’t perform that action at this time.
0 commit comments