Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 31, 2022
1 parent 2428268 commit f2484fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -42,7 +42,7 @@ repos:
additional_dependencies: [flake8-bugbear==21.3.1]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.960
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion docs/authoring/jupyter-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more information about what you can write with MyST Markdown, see the
### Configuration

The MyST-NB parser derives from [the base MyST-Parser](myst:intro/get-started), and so all the same configuration options are available.
See the [MyST configuration options](myst:sphinx/config-options) for the full set of options, and [MyST syntax guide](myst:example_syntax) for all the syntax options.
See the [MyST configuration options](myst:sphinx/config-options) for the full set of options, and [MyST syntax guide](myst:syntax/core) for all the syntax options.

To build documentation from this notebook, the following options are set:

Expand Down

0 comments on commit f2484fa

Please sign in to comment.