From 4fcfaa706edea263db56565129cf6ead9710d100 Mon Sep 17 00:00:00 2001 From: Heiko Carrasco Date: Sun, 22 Oct 2023 16:26:33 -0400 Subject: [PATCH] Update pre-commit hooks to latest version --- .github/.pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/.pre-commit-config.yaml b/.github/.pre-commit-config.yaml index 87d2bc0b8cd..c8fea89bcd7 100644 --- a/.github/.pre-commit-config.yaml +++ b/.github/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort name: isort (python) @@ -11,7 +11,6 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.10.0 hooks: - id: black - language_version: python3.7