From 1f798c681f1baac0dec00d70fca16e7e6fc63ca3 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 7 Sep 2023 09:28:35 -0500 Subject: [PATCH] chore: update versions to latest --- .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 ca5d8dfe0..1e9787bca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ ci: repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.7.0 hooks: - id: black