Skip to content

Commit

Permalink
CHORE: Temporary removal of docformatter hook (#856)
Browse files Browse the repository at this point in the history
* CHORE: Temporary removal of docformatter hook

* CHORE: Fix codespell
  • Loading branch information
SMoraisAnsys authored Oct 17, 2024
1 parent 6b76129 commit 409ae16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ repos:
additional_dependencies:
- tomli

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
stages: [manual]
args: ["--config", "pyproject.toml"]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# stages: [manual]
# args: ["--config", "pyproject.toml"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def setup(app):
config = {"run_examples": True}


# Specify environment variable to build the doc without grpahical mode while
# Specify environment variable to build the doc without graphical mode while
# keeping examples graphical mode activated.
os.environ["PYAEDT_NON_GRAPHICAL"] = "1"
os.environ["PYAEDT_DOC_GENERATION"] = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@

h3d.close_desktop()

# All project files are saved in the folder ``temp_file.dir``. If you've run this example as a Jupyter notbook you
# All project files are saved in the folder ``temp_file.dir``. If you've run this example as a Jupyter notebook you
# can retrieve those project files.

0 comments on commit 409ae16

Please sign in to comment.