Skip to content

Commit a24e45f

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.1...v0.14.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.1 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.1...v21.1.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fbfbfe5 commit a24e45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ repos:
4141

4242
# Ruff linter, replacement for flake8, pydocstyle, isort
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.13.1'
44+
rev: 'v0.14.0'
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --show-fixes]
4848

4949
# C++ formatting
5050
- repo: https://github.com/pre-commit/mirrors-clang-format
51-
rev: v21.1.1
51+
rev: v21.1.2
5252
hooks:
5353
- id: clang-format
5454

0 commit comments

Comments
 (0)