Skip to content

Commit d5416c9

Browse files
Merge branch 'main' into release/0.7
2 parents bb6960a + 56a3bc9 commit d5416c9

File tree

171 files changed

+532966
-106044
lines changed

Some content is hidden

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

171 files changed

+532966
-106044
lines changed

.github/workflows/build_documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
- name: Setup Python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.8
41+
python-version: "3.10"
42+
43+
- name: Update pip
44+
run: |
45+
pip install --upgrade pip
4246
4347
- name: Install pyaedt
4448
run: |

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude: |
1717
1818
repos:
1919
- repo: https://github.com/psf/black
20-
rev: 23.12.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
20+
rev: 23.12.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
2121
hooks:
2222
- id: black
2323
args:
@@ -31,7 +31,7 @@ repos:
3131
args: ['--force-single-line-imports', '--profile', 'black']
3232

3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.1.0
34+
rev: 7.0.0
3535
hooks:
3636
- id: flake8
3737
args:
@@ -61,7 +61,7 @@ repos:
6161
rev: 1.16.0
6262
hooks:
6363
- id: blacken-docs
64-
additional_dependencies: [black==23.12.0]
64+
additional_dependencies: [black==23.12.1]
6565

6666

6767
# - repo: https://github.com/numpy/numpydoc

0 commit comments

Comments
 (0)