Skip to content

Commit 11d7a33

Browse files
chore: update pre-commit hooks (#1153)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
1 parent 31cd263 commit 11d7a33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.26.3
25+
rev: 0.27.0
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -34,7 +34,7 @@ repos:
3434
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3535

3636
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: "v3.0.2"
37+
rev: "v3.0.3"
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, html, json]
@@ -46,12 +46,12 @@ repos:
4646
additional_dependencies: [black==23.7.0]
4747

4848
- repo: https://github.com/psf/black-pre-commit-mirror
49-
rev: 23.7.0
49+
rev: 23.9.1
5050
hooks:
5151
- id: black
5252

5353
- repo: https://github.com/codespell-project/codespell
54-
rev: "v2.2.5"
54+
rev: "v2.2.6"
5555
hooks:
5656
- id: codespell
5757
args: ["-L", "sur,nd"]
@@ -64,13 +64,13 @@ repos:
6464
- id: rst-inline-touching-normal
6565

6666
- repo: https://github.com/astral-sh/ruff-pre-commit
67-
rev: v0.0.287
67+
rev: v0.0.292
6868
hooks:
6969
- id: ruff
7070
args: ["--fix", "--show-fixes"]
7171

7272
- repo: https://github.com/scientific-python/cookie
73-
rev: "2023.08.23"
73+
rev: "2023.09.21"
7474
hooks:
7575
- id: sp-repo-review
7676
additional_dependencies: ["repo-review[cli]"]

ipykernel/kernelapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class IPKernelApp(BaseIPythonApplication, InteractiveShellApp, ConnectionFileMix
124124
klass="ipykernel.kernelbase.Kernel",
125125
help="""The Kernel subclass to be used.
126126
127-
This should allow easy re-use of the IPKernelApp entry point
127+
This should allow easy reuse of the IPKernelApp entry point
128128
to configure and launch kernels other than IPython's own.
129129
""",
130130
).tag(config=True)

0 commit comments

Comments
 (0)