From 6a39adfd875da8f3db41c241e2e9007b341eb09a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:31:41 -0400 Subject: [PATCH] ci(pre-commit.ci): autoupdate (#668) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci(pre-commit.ci): autoupdate updates: - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.19) - [github.com/crate-ci/typos: v1.23.6 → typos-dict-v0.11.27](https://github.com/crate-ci/typos/compare/v1.23.6...typos-dict-v0.11.27) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2) * style(pre-commit.ci): auto fixes [...] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- CHANGELOG.md | 2 +- docs/examples/notebooks/magicgui_jupyter.ipynb | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d078461f0..94b2162b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,23 +5,23 @@ ci: repos: - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: v1.23.6 + rev: typos-dict-v0.11.27 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.3 hooks: - id: ruff args: ["--fix"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy files: "^src/" diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2f048c4..bb8ecb0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ **Fixed bugs:** -- fix: Fix checking sublcasses of Future [\#665](https://github.com/pyapp-kit/magicgui/pull/665) ([Czaki](https://github.com/Czaki)) +- fix: Fix checking subclasses of Future [\#665](https://github.com/pyapp-kit/magicgui/pull/665) ([Czaki](https://github.com/Czaki)) ## [v0.9.0](https://github.com/pyapp-kit/magicgui/tree/v0.9.0) (2024-08-05) diff --git a/docs/examples/notebooks/magicgui_jupyter.ipynb b/docs/examples/notebooks/magicgui_jupyter.ipynb index 6cf244a15..7ab7fb470 100644 --- a/docs/examples/notebooks/magicgui_jupyter.ipynb +++ b/docs/examples/notebooks/magicgui_jupyter.ipynb @@ -25,6 +25,7 @@ "from enum import Enum\n", "\n", "from magicgui import magicgui, use_app\n", + "\n", "use_app(\"ipynb\")\n", "\n", "class Medium(Enum):\n",