From 37a1a00d95cb7b992dac72fe2b52cd22237a8da7 Mon Sep 17 00:00:00 2001 From: PHP Curl Class helper <156273776+php-curl-class-helper@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:50:51 -0400 Subject: [PATCH] Update pre-commit dependencies (#1090) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index 29cb2e3..65baa1d 100644 --- a/tests/.pre-commit-config.yaml +++ b/tests/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: flake8 args: ["--config", "tests/setup.cfg"] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort name: isort