From d47fbdaf2825018ebc6b0a12ebe6d2ec0d202377 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Jun 2021 07:18:59 +0000 Subject: [PATCH] chore(deps): update precommit hook pycqa/isort to v5.9.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 930394a82c7f..e10e06f228bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade