From 5ddddd6bb4aff0bf718533f2dc07e93e36fd934f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:14:05 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook PyCQA/isort to v5.13.1 | datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | PyCQA/isort | 5.12.0 | 5.13.1 | --- .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 de5821b9..3ceecd94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: upgrade-type-hints - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.1 hooks: - id: isort