Skip to content

Commit cefb0fa

Browse files
[pre-commit.ci] pre-commit autoupdate (#6637)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 21d9795 commit cefb0fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 6.0.0
99
hooks:
1010
- id: isort
1111

@@ -15,7 +15,7 @@ repos:
1515
- id: flake8
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.4.0
18+
rev: v2.4.1
1919
hooks:
2020
- id: codespell
2121
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
@@ -37,7 +37,7 @@ repos:
3737

3838
# this validates our github workflow files
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.31.0
40+
rev: 0.31.1
4141
hooks:
4242
- id: check-github-workflows
4343

0 commit comments

Comments
 (0)