Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#678)
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>
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Mohamed Koubaa <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent e7b222f commit 35d8157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude: |
repos:

- repo: https://github.com/psf/black
rev: 24.10.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
rev: 25.1.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
hooks:
- id: black

Expand All @@ -31,7 +31,7 @@ repos:
additional_dependencies: [black==23.3.0]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

Expand All @@ -41,7 +41,7 @@ repos:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
Expand All @@ -54,6 +54,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
1 change: 1 addition & 0 deletions doc/changelog/678.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: [pre-commit.ci] pre-commit autoupdate
2 changes: 1 addition & 1 deletion examples/SALE/sale_efp.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# Set the initial conditions
mesh.initial_detonation(Point(0, 0, 19.33))

# set output datebase
# set output database
efp_solution.set_output_database(matsum=0.2, glstat=0.2)

# save file on server end
Expand Down

0 comments on commit 35d8157

Please sign in to comment.