Skip to content

Commit

Permalink
Merge branch 'main' into release/0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jan 26, 2023
2 parents 36368fd + 10e5712 commit ff43a9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.4
uses: pypa/cibuildwheel@v2.12.0
with:
python-version: 3.7 - 3.11

Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
args: [
Expand All @@ -15,7 +15,7 @@ repos:
]

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8

Expand All @@ -33,13 +33,13 @@ repos:
# exclude: "tests/"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: debug-statements

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.14.0
rev: 0.20.0
hooks:
- id: check-github-workflows
2 changes: 1 addition & 1 deletion ansys/mapdl/reader/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
0, # UNUSED113
0, # UNUSED114
3, # INTER115
3, # FLUID116
2, # FLUID116
4, # EDGE117
3, # HF118
5, # HF119
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==6.1.3
ansys-sphinx-theme==0.8.0
ansys-sphinx-theme==0.8.1
notfound==1.0.2
pypandoc==1.10
pyvista==0.37.0
Expand Down

0 comments on commit ff43a9b

Please sign in to comment.