Skip to content

Commit 6c2a91f

Browse files
[pre-commit.ci] pre-commit autoupdate (#239)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e274efd commit 6c2a91f

12 files changed

+14
-14
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/psf/black
4-
rev: 24.10.0
4+
rev: 25.1.0
55
hooks:
66
- id: black
77

@@ -12,7 +12,7 @@ repos:
1212
additional_dependencies: [black==23.12.1]
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
args: [
@@ -27,7 +27,7 @@ repos:
2727
- id: flake8
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333

examples/00_tips/tips_01.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_tips_01:
1+
""".. _ref_tips_01:
22
33
3D visualization
44
----------------

examples/00_tips/tips_02.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_tips_02:
1+
""".. _ref_tips_02:
22
33
Export image
44
------------

examples/00_tips/tips_03.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_tips_03:
1+
""".. _ref_tips_03:
22
33
Project tree
44
--------------------

examples/01_basic/fracture_analysis_contact_debonding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_contact:
1+
""".. _ref_contact:
22
33
Fracture Analysis - Contact debonding
44
-------------------------------------

examples/01_basic/harmonic_acoustics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_harmonic_acoustics:
1+
""".. _ref_harmonic_acoustics:
22
33
Harmonic acoustic analysis
44
--------------------------

examples/01_basic/modal_acoustics_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_modal_acoustics_analysis:
1+
""".. _ref_modal_acoustics_analysis:
22
33
Modal acoustics analysis
44
------------------------

examples/01_basic/steady_state_thermal_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_steady_state_thermal:
1+
""".. _ref_steady_state_thermal:
22
33
Steady state thermal analysis
44
-----------------------------

examples/01_basic/topology_optimization_cantilever_beam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_topology_optimization:
1+
""".. _ref_topology_optimization:
22
33
Topology optimization of a simple cantilever beam
44
-------------------------------------------------

examples/01_basic/valve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_basic_valve:
1+
""".. _ref_basic_valve:
22
33
Basic Valve Implementation
44
--------------------------

examples/02_technology_showcase/Rotor_Blade_Inverse_solve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_example_10_td_055:
1+
""".. _ref_example_10_td_055:
22
33
Inverse-Solving analysis of a rotor fan blade with disk
44
-------------------------------------------------------

examples/02_technology_showcase/non_linear_analsis_rubber_boot_seal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" .. _ref_non_linear_analysis_rubber_boot_seal:
1+
""".. _ref_non_linear_analysis_rubber_boot_seal:
22
33
Nonlinear Analysis of a Rubber Boot Seal Model
44
----------------------------------------------

0 commit comments

Comments
 (0)