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
40
40
exclude : ' .pre-commit-config.yaml'
41
41
42
42
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : " v1.6 .1"
43
+ rev : " v1.7 .1"
44
44
hooks :
45
45
- id : mypy
46
46
files : " ^jupyter_releaser"
@@ -70,14 +70,14 @@ repos:
70
70
- id : rst-inline-touching-normal
71
71
72
72
- repo : https://github.com/astral-sh/ruff-pre-commit
73
- rev : v0.1.4
73
+ rev : v0.1.6
74
74
hooks :
75
75
- id : ruff
76
76
args : ["--fix", "--show-fixes"]
77
77
- id : ruff-format
78
78
79
79
- repo : https://github.com/scientific-python/cookie
80
- rev : " 2023.10.27 "
80
+ rev : " 2023.11.17 "
81
81
hooks :
82
82
- id : sp-repo-review
83
83
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ source = ["jupyter_releaser"]
147
147
files = " jupyter_releaser"
148
148
python_version = " 3.8"
149
149
strict = true
150
- show_error_codes = true
151
150
disable_error_code = [ " no-untyped-call" , " no-untyped-def" ]
152
151
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
153
152
warn_unreachable = true
You can’t perform that action at this time.
0 commit comments