Skip to content

Commit 943c4cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
1 parent 321407b commit 943c4cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude: |
2020
repos:
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.10.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
23+
rev: 25.1.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
2424
hooks:
2525
- id: black
2626

@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: [black==23.3.0]
3232

3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.13.2
34+
rev: 6.0.0
3535
hooks:
3636
- id: isort
3737

@@ -41,7 +41,7 @@ repos:
4141
- id: flake8
4242

4343
- repo: https://github.com/codespell-project/codespell
44-
rev: v2.3.0
44+
rev: v2.4.1
4545
hooks:
4646
- id: codespell
4747
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
@@ -54,6 +54,6 @@ repos:
5454

5555
# this validates our github workflow files
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.31.0
57+
rev: 0.31.1
5858
hooks:
5959
- id: check-github-workflows

0 commit comments

Comments
 (0)