Skip to content

Commit 1f41f46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansys/pre-commit-hooks: v0.4.4 → v0.5.2](ansys/pre-commit-hooks@v0.4.4...v0.5.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.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.35.0](python-jsonschema/check-jsonschema@0.30.0...0.35.0)
1 parent 218d5a4 commit 1f41f46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

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

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

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

1515
- repo: https://github.com/adamchainz/blacken-docs
16-
rev: 1.19.1
16+
rev: 1.20.0
1717
hooks:
1818
- id: blacken-docs
1919
additional_dependencies: [black==24.10.0]
2020

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

2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 7.1.1
27+
rev: 7.3.0
2828
hooks:
2929
- id: flake8
3030

@@ -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.35.0
5555
hooks:
5656
- id: check-github-workflows

0 commit comments

Comments
 (0)