mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
[pre-commit.ci] pre-commit autoupdate (#6714)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.19.2...0.21.0) - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.243](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.237...v0.0.243) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
This commit is contained in:
parent
905553e6dd
commit
5e25c0b426
@ -19,12 +19,12 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.19.2
|
||||
rev: 0.21.0
|
||||
hooks:
|
||||
- id: check-github-workflows
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
|
@ -42,7 +42,6 @@ def make_notebook_app(
|
||||
labextensions_dir,
|
||||
):
|
||||
def _make_notebook_app(**kwargs):
|
||||
|
||||
return JupyterNotebookApp(
|
||||
static_dir=str(jp_root_dir),
|
||||
templates_dir=str(jp_template_dir),
|
||||
|
Loading…
Reference in New Issue
Block a user