From c35a3837a4a22e3bcac1752fe2abe8c4ea8fc314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:39:25 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/isort to v5.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 a16c3d1..fbfc122 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/PyCQA/isort - rev: 5.13.0 + rev: 5.13.1 hooks: - id: isort - repo: https://github.com/psf/black