From 558dd9ead0ca8665cbfc467356d87b3a6b28249d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 08:33:40 +0000 Subject: [PATCH] chore(deps): update precommit hook pycqa/isort to v5.9.0 (#247) Co-authored-by: Renovate Bot --- .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 000dc0b..20e50a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: blacken-docs additional_dependencies: [black==20.8b1] - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort - repo: https://github.com/pre-commit/pygrep-hooks