From 3bad854c8cc506fd83b6d761cf29509170c232e8 Mon Sep 17 00:00:00 2001 From: Cal Jacobson Date: Tue, 14 Feb 2023 00:30:08 +0000 Subject: [PATCH] fix broken pre-commit hooks by upgrading isort --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4ae5d3e0a..6a0c700747 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,17 +20,17 @@ repos: rev: 6.0.0 hooks: - id: buildifier - args: &args + args: &args # Keep this argument in sync with .bazelci/presubmit.yaml - --warnings=all - id: buildifier-lint args: *args - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort name: isort (python) - args: + args: - --profile - black - repo: https://github.com/psf/black