File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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
44
44
)$
45
45
46
46
- repo : https://github.com/pre-commit/mirrors-mypy
47
- rev : " v1.6 .1"
47
+ rev : " v1.7 .1"
48
48
hooks :
49
49
- id : mypy
50
50
files : " ^notebook"
60
60
- id : rst-inline-touching-normal
61
61
62
62
- repo : https://github.com/astral-sh/ruff-pre-commit
63
- rev : v0.1.5
63
+ rev : v0.1.6
64
64
hooks :
65
65
- id : ruff
66
66
types_or : [ python, jupyter ]
71
71
exclude : ' ^docs/source/examples/Notebook/Importing Notebooks.ipynb'
72
72
73
73
- repo : https://github.com/scientific-python/cookie
74
- rev : ' 2023.10.27 '
74
+ rev : ' 2023.11.17 '
75
75
hooks :
76
76
- id : sp-repo-review
77
77
additional_dependencies : ['repo-review[cli]']
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ source = ["notebook"]
231
231
files = " notebook"
232
232
python_version = " 3.8"
233
233
strict = true
234
- show_error_codes = true
234
+ hide_error_codes = false
235
235
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
236
236
warn_unreachable = true
237
237
You can’t perform that action at this time.
0 commit comments