Skip to content

Commit 19055f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansys/pre-commit-hooks: v0.4.4 → v0.5.1](ansys/pre-commit-hooks@v0.4.4...v0.5.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
1 parent 839b60d commit 19055f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22

33
- repo: https://github.com/ansys/pre-commit-hooks
4-
rev: v0.4.4
4+
rev: v0.5.1
55
hooks:
66
- id: add-license-headers
77
args:
88
- --start_year=2022
99

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

@@ -19,7 +19,7 @@ repos:
1919
additional_dependencies: [black==24.10.0]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.2
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525

@@ -37,7 +37,7 @@ repos:
3737
# language: python
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
@@ -51,6 +51,6 @@ repos:
5151

5252
# this validates our github workflow files
5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.30.0
54+
rev: 0.31.1
5555
hooks:
5656
- id: check-github-workflows

0 commit comments

Comments
 (0)