File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ repos:
34
34
35
35
# Ruff linter and formatter
36
36
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : ' v0.4.7 '
37
+ rev : ' v0.5.0 '
38
38
hooks :
39
39
- id : ruff
40
40
args : [--fix, --show-fixes]
41
41
- id : ruff-format
42
42
43
43
# C++ formatting
44
44
- repo : https://github.com/pre-commit/mirrors-clang-format
45
- rev : v18.1.5
45
+ rev : v18.1.8
46
46
hooks :
47
47
- id : clang-format
48
48
@@ -57,15 +57,15 @@ repos:
57
57
58
58
# Python type checking
59
59
- repo : https://github.com/pre-commit/mirrors-mypy
60
- rev : ' v1.10.0 '
60
+ rev : ' v1.10.1 '
61
61
hooks :
62
62
- id : mypy
63
63
additional_dependencies : [numpy]
64
64
args : [src]
65
65
pass_filenames : false
66
66
67
67
- repo : https://github.com/python-jsonschema/check-jsonschema
68
- rev : 0.28.4
68
+ rev : 0.28.6
69
69
hooks :
70
70
- id : check-readthedocs
71
71
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments