From 44d6928e49ef1568734a80917aed4e87d29b5405 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 10 Dec 2023 20:11:46 +0000 Subject: [PATCH] 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 35aa8d8..6f11579 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/isort # For split_on_trailing_comma. Should be in the release after 5.10.1 - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort additional_dependencies: [toml]