From 0b8e4690caad795c1cc72ccc1442addf45058b12 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Wed, 1 Feb 2023 10:36:59 +0100 Subject: [PATCH] Update pre-commit hooks Particularly upgrade isort to fix dependency issue. https://github.com/PyCQA/isort/pull/2078 --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7122115..1a2f7d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,20 +48,20 @@ repos: hooks: - id: yesqa - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black files: Tiltfile$