From f287768d5130dc3529df8c9198df4ac000421dff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Nov 2021 00:19:27 +0000 Subject: [PATCH] pre-commit: autoupdate hook versions --- .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 2bd3ac3dc..dfe7f24a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 21.11b1 hooks: - id: black - repo: https://github.com/pycqa/isort