From 7275842f92e6c8e9b085ae2ee192a6e80aae671d Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Wed, 1 Feb 2023 13:24:34 +0000 Subject: [PATCH] Bump `isort` pre-commit rev to `5.12.0` --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d13cda0a..caefdbb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: ["--in-place"] exclude: ^torch_np/tests/numpy_tests/ - repo: https://github.com/timothycrosley/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"]