From 6c8e4dba2450e34d71c09686a6cb6f6b8da5b5ea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:39:18 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#74) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.2) - [github.com/pre-commit/mirrors-eslint: v9.12.0 → v9.14.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.12.0...v9.14.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20d08aa..96cd370 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,12 +26,12 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.2 hooks: - id: ruff args: ['--fix'] @@ -42,7 +42,7 @@ repos: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.12.0 + rev: v9.14.0 hooks: - id: eslint files: \.tsx?$ diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a820a6..ed90b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bugs fixed -- Use full path when creating new notebook [#73](https://github.com/trungleduc/jupyter_app_launcher/pull/73) ([@mwcraig](https://github.com/mwcraig)) +- Use full path when creating new notebook [#73](https://github.com/trungleduc/jupyter_app_launcher/pull/73) ([@mwcraig](https://github.com/mwcraig)) ### Maintenance and upkeep improvements