File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ repos:
21
21
- id : destroyed-symlinks
22
22
- id : check-executables-have-shebangs
23
23
- repo : https://github.com/pre-commit/mirrors-clang-format
24
- rev : v19.1.6
24
+ rev : v19.1.7
25
25
hooks :
26
26
- id : clang-format
27
27
- repo : https://github.com/PyCQA/pylint
28
- rev : v3.3.3
28
+ rev : v3.3.4
29
29
hooks :
30
30
- id : pylint
31
31
exclude : ^(.cmake-format.py|conan/conanfile.py)
32
32
- repo : https://github.com/hhatto/autopep8
33
- rev : v2.3.1
33
+ rev : v2.3.2
34
34
hooks :
35
35
- id : autopep8
36
36
exclude : ^(.cmake-format.py|conan/conanfile.py)
37
37
- repo : https://github.com/codespell-project/codespell
38
- rev : v2.3.0
38
+ rev : v2.4.1
39
39
hooks :
40
40
- id : codespell
41
41
- repo : https://github.com/cheshirekow/cmake-format-precommit
46
46
- id : cmake-format
47
47
exclude : (.py.cmake|Doxyfile.cmake)
48
48
- repo : https://github.com/DavidAnson/markdownlint-cli2
49
- rev : v0.17.1
49
+ rev : v0.17.2
50
50
hooks :
51
51
- id : markdownlint-cli2
52
52
files : \.(md|mdown|markdown)$
You can’t perform that action at this time.
0 commit comments