From 35d8157b735cdc5ac8912371cee7808483260fa4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:37:30 -0600 Subject: [PATCH] chore: [pre-commit.ci] pre-commit autoupdate (#678) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Mohamed Koubaa --- .pre-commit-config.yaml | 8 ++++---- doc/changelog/678.documentation.md | 1 + examples/SALE/sale_efp.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 doc/changelog/678.documentation.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d07fa961..96d9fcc3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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"] @@ -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 diff --git a/doc/changelog/678.documentation.md b/doc/changelog/678.documentation.md new file mode 100644 index 000000000..7a8ec8e10 --- /dev/null +++ b/doc/changelog/678.documentation.md @@ -0,0 +1 @@ +chore: [pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/examples/SALE/sale_efp.py b/examples/SALE/sale_efp.py index abd86d960..47d051656 100644 --- a/examples/SALE/sale_efp.py +++ b/examples/SALE/sale_efp.py @@ -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