From 88841b6279df25f05279a75069435e9e002c5cda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:11:36 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d6e623..d4e3ccb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: ["doc/source/conf.py"] @@ -13,7 +13,7 @@ repos: additional_dependencies: [black==23.10.1] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort args: [ @@ -28,7 +28,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell From 5968519788a71785ba02300e0150a4c5470136ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:14:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/technology_showcase/example_05_td_026.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/technology_showcase/example_05_td_026.py b/examples/technology_showcase/example_05_td_026.py index 2ff422e..c9af7e4 100644 --- a/examples/technology_showcase/example_05_td_026.py +++ b/examples/technology_showcase/example_05_td_026.py @@ -1,4 +1,4 @@ -""" .. _ref_example_05_td_026: +""".. _ref_example_05_td_026: Nonlinear Analysis of a Rubber Boot Seal Model ----------------------------------------------