File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : check-case-conflict
10
10
- id : check-ast
21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.28.1
24
+ rev : 0.28.2
25
25
hooks :
26
26
- id : check-github-workflows
27
27
52
52
- id : rst-inline-touching-normal
53
53
54
54
- repo : https://github.com/pre-commit/mirrors-mypy
55
- rev : " v1.9 .0"
55
+ rev : " v1.10 .0"
56
56
hooks :
57
57
- id : mypy
58
58
files : jupyter_server
61
61
["traitlets>=5.13", "jupyter_core>=5.5", "jupyter_client>=8.5"]
62
62
63
63
- repo : https://github.com/astral-sh/ruff-pre-commit
64
- rev : v0.3.5
64
+ rev : v0.4.3
65
65
hooks :
66
66
- id : ruff
67
67
types_or : [python, jupyter]
70
70
types_or : [python, jupyter]
71
71
72
72
- repo : https://github.com/scientific-python/cookie
73
- rev : " 2024.03.10 "
73
+ rev : " 2024.04.23 "
74
74
hooks :
75
75
- id : sp-repo-review
76
76
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ ignore = [
190
190
" RUF012" ,
191
191
# Use `X | Y` for type annotations
192
192
" UP007" ,
193
+ # Use format specifiers instead of percent format
194
+ " UP031" ,
193
195
]
194
196
unfixable = [
195
197
# Don't touch print statements
You can’t perform that action at this time.
0 commit comments