Skip to content

Commit

Permalink
Update blacken (#2719)
Browse files Browse the repository at this point in the history
* Update blacken

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
germa89 and pre-commit-ci[bot] authored Jan 30, 2024
1 parent f00118b commit 3fee354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.12.1]
additional_dependencies: [black==24.1.1]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
Expand Down
1 change: 1 addition & 0 deletions doc/source/user_guide/convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ which can be done with:
.. code:: python
""" Script generated by ansys-mapdl-core version 0.57.0"""
from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl()
Expand Down

0 comments on commit 3fee354

Please sign in to comment.