Skip to content

Commit 499de3a

Browse files
devmarkusbgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent ac7c142 commit 499de3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -53,7 +53,7 @@ repos:
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]

0 commit comments

Comments
 (0)