From 1b648a1383ae5f2768cb5b81f4102bb92f5e1903 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:07:55 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](https://github.com/pycqa/isort/compare/6.0.0...6.0.1) - [github.com/ansys/pre-commit-hooks: v0.5.1 → v0.5.2](https://github.com/ansys/pre-commit-hooks/compare/v0.5.1...v0.5.2) --- .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 31288495..01dc8998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: black - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort @@ -35,7 +35,7 @@ repos: additional_dependencies: [black==22.12.0] - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.5.1 + rev: v0.5.2 hooks: - id: add-license-headers files: '(ansys|examples|tests)/.*\.(py)'