Skip to content

Commit 19cc5b5

Browse files
[pre-commit.ci] pre-commit autoupdate (#534)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4267ee6 commit 19cc5b5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22

33
- repo: https://github.com/psf/black
4-
rev: 24.10.0
4+
rev: 25.1.0
55
hooks:
66
- id: black
77
exclude: ^(src/ansys/hps/client/rms/models.py)
88

99
- repo: https://github.com/pycqa/isort
10-
rev: 5.13.2
10+
rev: 6.0.0
1111
hooks:
1212
- id: isort
1313
# exclude: ^(src/ansys/hps/client/jms/resource/|src/ansys/hps/client/auth/resource/)
@@ -19,7 +19,7 @@ repos:
1919
exclude: ^(src/ansys/hps/client/jms/resource/|src/ansys/hps/client/auth/resource/)
2020

2121
- repo: https://github.com/codespell-project/codespell
22-
rev: v2.4.0
22+
rev: v2.4.1
2323
hooks:
2424
- id: codespell
2525
exclude: >

examples/python_linked_multi_process_step/eval.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
"""
24-
"""
23+
""" """
2524
import argparse
2625
import json
2726
import logging

0 commit comments

Comments
 (0)