File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ repos:
1919 # Markdown linting
2020 # Config file: .markdownlint.yaml
2121 - repo : https://github.com/igorshubovych/markdownlint-cli
22- rev : v0.49.0
22+ rev : v0.49.1
2323 hooks :
2424 - id : markdownlint
2525 args : [--fix]
2626
2727 - repo : https://github.com/codespell-project/codespell
28- rev : v2.4.2
28+ rev : v2.4.3
2929 hooks :
3030 - id : codespell
3131
3232 # Python linting and formatting
3333 - repo : https://github.com/astral-sh/ruff-pre-commit
34- rev : v0.15.20
34+ rev : v0.15.22
3535 hooks :
3636 - id : ruff
3737 - id : ruff-format
5353 # This brings in a portable version of clang-format.
5454 # See also: https://github.com/ssciwr/clang-format-wheel
5555 - repo : https://github.com/pre-commit/mirrors-clang-format
56- rev : v22.1.5
56+ rev : v22.1.8
5757 hooks :
5858 - id : clang-format
5959 types_or : [c++, c]
You can’t perform that action at this time.
0 commit comments