From cd0eac5b33c7a5adc506fefebae2fd3223b0a9d5 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 2 Feb 2022 07:25:50 -0800 Subject: [PATCH] Chore: Upgrade pre-commit hooks Updates: * github.com/psf/black: 21.12b0 -> 22.1.0 * github.com/asottile/reorder_python_imports: v2.6.0 -> v2.7.1 Signed-off-by: Andrew Grimberg --- .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 ed3723c..a783a08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - --branch=main - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.1.0 hooks: - id: black @@ -27,7 +27,7 @@ repos: - id: flake8 - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v2.7.1 hooks: - id: reorder-python-imports