From 0bf32476ca32c81997846ace5b242e4c750e043d Mon Sep 17 00:00:00 2001 From: ascibisz Date: Mon, 13 May 2024 14:53:37 -0700 Subject: [PATCH] update isort so lint will pass --- .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 2750161..f372f97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ files: simularium_metrics_calculator repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort