Skip to content

Commit

Permalink
update mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 18, 2024
1 parent a59386d commit 23d79c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ repos:
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
Expand Down
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following `loop` properties are now asyncio loops:
- `jupyter_client.threaded.ThreadedKernelClient.ioloop`

The `jupyter_client.kernelapp.KernelApp` class now subclasses
`jupyter_core.application.JupyterAsyncApp`, and performs its initialization
`jupyter_core.application.JupyterAsyncApp`, and performs its initialization
from within an asyncio loop.

The following function was added as a shim to the `jupyter_core` utility:
Expand Down

0 comments on commit 23d79c0

Please sign in to comment.