From b94561d168456f96cd304fd6ac51d6de3d646e45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Sep 2021 16:03:29 +0000 Subject: [PATCH] Update pre-commit hook PyCQA/isort to v5.9.3 --- .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 a9b52323..5abc894b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: absolufy-imports files: ^reciprocalspaceship/ - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.3 hooks: - id: isort args: ["--profile", "black"]