Skip to content

Commit 6eac203

Browse files
committed
revert: "chore: merge remote-tracking branch 'origin/main' into refactor/launcher"
This reverts commit 772fdbc, reversing changes made to dc28563.
1 parent 772fdbc commit 6eac203

File tree

79 files changed

+517
-3386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+517
-3386
lines changed

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pypandoc==1.14
1616
pytest-sphinx==0.6.3
1717
pythreejs==2.4.2
1818
sphinx-autobuild==2024.10.3
19-
sphinx-autodoc-typehints==3.0.1
19+
sphinx-autodoc-typehints==1.25.2
2020
sphinx-copybutton==0.5.2
2121
sphinx-design==0.6.1
2222
sphinx-gallery==0.18.0

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest==8.3.3
2626
pythreejs==2.4.2
2727
scipy==1.14.1
2828
sphinx-autobuild==2024.10.3
29-
sphinx-autodoc-typehints==3.0.1
29+
sphinx-autodoc-typehints==1.25.2
3030
sphinx-copybutton==0.5.2
3131
sphinx-design==0.6.1
3232
sphinx-gallery==0.18.0

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- --start_year=2016
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.0.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727

@@ -38,26 +38,26 @@ repos:
3838
src/ansys/mapdl/core/commands
3939
)
4040
41-
- repo: https://github.com/adamchainz/blacken-docs
42-
rev: 1.19.1
43-
hooks:
44-
- id: blacken-docs
45-
additional_dependencies: [black==25.1.0]
46-
4741
- repo: https://github.com/psf/black
48-
rev: 25.1.0 # If version changes --> modify "blacken-docs" manually as well.
42+
rev: 24.10.0 # If version changes --> modify "blacken-docs" manually as well.
4943
hooks:
5044
- id: black
5145
args:
5246
- --line-length=88
5347

48+
- repo: https://github.com/adamchainz/blacken-docs
49+
rev: 1.19.1
50+
hooks:
51+
- id: blacken-docs
52+
additional_dependencies: [black==24.10.0]
53+
5454
- repo: https://github.com/PyCQA/flake8
5555
rev: 7.1.1
5656
hooks:
5757
- id: flake8
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.4.1
60+
rev: v2.3.0
6161
hooks:
6262
- id: codespell
6363
args: ["--toml", "pyproject.toml"]
@@ -78,6 +78,6 @@ repos:
7878

7979
# this validates our github workflow files
8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.31.1
81+
rev: 0.31.0
8282
hooks:
8383
- id: check-github-workflows

doc/changelog.d/3330.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3648.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3678.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3679.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3694.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3697.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/3698.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)