File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-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
58
58
- id : rst-inline-touching-normal
59
59
60
60
- repo : https://github.com/pre-commit/mirrors-mypy
61
- rev : " v1.6 .1"
61
+ rev : " v1.7 .1"
62
62
hooks :
63
63
- id : mypy
64
64
files : " ^nbclient"
73
73
]
74
74
75
75
- repo : https://github.com/astral-sh/ruff-pre-commit
76
- rev : v0.1.5
76
+ rev : v0.1.6
77
77
hooks :
78
78
- id : ruff
79
79
types_or : [python, jupyter]
84
84
exclude : " ^tests/files/.*.ipynb"
85
85
86
86
- repo : https://github.com/scientific-python/cookie
87
- rev : " 2023.10.27 "
87
+ rev : " 2023.11.17 "
88
88
hooks :
89
89
- id : sp-repo-review
90
90
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ source = ["nbclient"]
166
166
files = " nbclient"
167
167
python_version = " 3.8"
168
168
strict = true
169
- show_error_codes = true
170
169
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
171
170
warn_unreachable = true
172
171
You can’t perform that action at this time.
0 commit comments