File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - id : trailing-whitespace
2222
2323 - repo : https://github.com/python-jsonschema/check-jsonschema
24- rev : 0.27.1
24+ rev : 0.27.2
2525 hooks :
2626 - id : check-github-workflows
2727
4444 )$
4545
4646 - repo : https://github.com/pre-commit/mirrors-mypy
47- rev : " v1.6 .1"
47+ rev : " v1.7 .1"
4848 hooks :
4949 - id : mypy
5050 files : " ^notebook"
6060 - id : rst-inline-touching-normal
6161
6262 - repo : https://github.com/astral-sh/ruff-pre-commit
63- rev : v0.1.5
63+ rev : v0.1.6
6464 hooks :
6565 - id : ruff
6666 types_or : [ python, jupyter ]
7171 exclude : ' ^docs/source/examples/Notebook/Importing Notebooks.ipynb'
7272
7373 - repo : https://github.com/scientific-python/cookie
74- rev : ' 2023.10.27 '
74+ rev : ' 2023.11.17 '
7575 hooks :
7676 - id : sp-repo-review
7777 additional_dependencies : ['repo-review[cli]']
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ source = ["notebook"]
231231files = " notebook"
232232python_version = " 3.8"
233233strict = true
234- show_error_codes = true
234+ hide_error_codes = false
235235enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
236236warn_unreachable = true
237237
You can’t perform that action at this time.
0 commit comments