From 989458decf4d841d7d36e9916badda86a942ab00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:38:17 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook PyCQA/isort to v5.13.0 | datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | PyCQA/isort | 5.12.0 | 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 de5821b9..8d2a4b53 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.0 hooks: - id: isort