Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 4, 2025
1 parent 5fe1b64 commit 9fd17c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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: [
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/technology_showcase/example_05_td_026.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" .. _ref_example_05_td_026:
""".. _ref_example_05_td_026:
Nonlinear Analysis of a Rubber Boot Seal Model
----------------------------------------------
Expand Down

0 comments on commit 9fd17c7

Please sign in to comment.