File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ exclude: |
20
20
repos :
21
21
22
22
- 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!!
24
24
hooks :
25
25
- id : black
26
26
31
31
additional_dependencies : [black==23.3.0]
32
32
33
33
- repo : https://github.com/pycqa/isort
34
- rev : 5.13.2
34
+ rev : 6.0.0
35
35
hooks :
36
36
- id : isort
37
37
41
41
- id : flake8
42
42
43
43
- repo : https://github.com/codespell-project/codespell
44
- rev : v2.3.0
44
+ rev : v2.4.1
45
45
hooks :
46
46
- id : codespell
47
47
args : ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
54
54
55
55
# this validates our github workflow files
56
56
- repo : https://github.com/python-jsonschema/check-jsonschema
57
- rev : 0.31.0
57
+ rev : 0.31.1
58
58
hooks :
59
59
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments