From 735ac7d30af6f2d7dcdc85ebdcf7b6086dfb6188 Mon Sep 17 00:00:00 2001 From: Nico Bako <26750598+nicobako@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:13:02 -0600 Subject: [PATCH] Update pre-commit.md version number --- docs/configuration/pre-commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md index b7ddd08c..2603806a 100644 --- a/docs/configuration/pre-commit.md +++ b/docs/configuration/pre-commit.md @@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f ```yaml - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 5.12.0 hooks: - id: isort name: isort (python)