From 9c8953ebc9ddcb18bf957f1aea90950d3c59308e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 7 Nov 2021 00:19:03 +0000 Subject: [PATCH] pre-commit: autoupdate hook versions --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b183a329..17e0f1d13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort - repo: https://gitlab.com/pycqa/flake8