From 95f5cbe2e93f9af3cbb44627ba0b4a02e3e954bd Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 10 Dec 2023 20:15:00 +0000 Subject: [PATCH 1/2] Bump isort from 5.12.0 to 5.13.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7125194..8847fe6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort additional_dependencies: [toml] From 0703aceba518e3bc8d6554d4bcc0c925818c87c0 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 10 Dec 2023 20:15:04 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/119.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/119.misc.rst diff --git a/changes/119.misc.rst b/changes/119.misc.rst new file mode 100644 index 0000000..27e57a7 --- /dev/null +++ b/changes/119.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``isort`` was updated to its latest version.