From b4ebe3783c958be5d594d5ae62f5abc93f2801dd Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:01:17 +0000 Subject: [PATCH] v1.8.4 --- README.md | 2 +- docs/history.rst | 4 ++++ docs/pre-commit.rst | 6 +++--- nbqa/__init__.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1c00c13..af74fcb3 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Here's an example of how to set up some pre-commit hooks: put this in your `.pre ```yaml - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.3 + rev: 1.8.4 hooks: - id: nbqa-black additional_dependencies: [jupytext] # optional, only if you're using Jupytext diff --git a/docs/history.rst b/docs/history.rst index bd0d51bd..745450ee 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -2,6 +2,10 @@ Changelog ========= +1.8.4 (2024-03-07) +~~~~~~~~~~~~~~~~~~ +Fixed "ruff format" regression. + 1.8.3 (2024-03-03) ~~~~~~~~~~~~~~~~~~ Compatibility with latest Ruff. diff --git a/docs/pre-commit.rst b/docs/pre-commit.rst index 9cfbc770..b56ed9e9 100644 --- a/docs/pre-commit.rst +++ b/docs/pre-commit.rst @@ -13,7 +13,7 @@ Here's an example of what you could include in your ``.pre-commit-config.yaml`` repos: - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.3 + rev: 1.8.4 hooks: - id: nbqa-black additional_dependencies: [black==20.8b1] @@ -35,7 +35,7 @@ If you have your own custom tool (e.g. ``customtool``) for which we currently do .. code-block:: yaml - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.3 + rev: 1.8.4 hooks: - id: nbqa entry: nbqa customtool @@ -55,7 +55,7 @@ To pass command line arguments, use the `pre-commit args