Skip to content

Commit 44ada9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.4](pre-commit/mirrors-clang-format@v19.1.3...v19.1.4)
1 parent 6a54e72 commit 44ada9f

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.7.2'
44+
rev: 'v0.8.1'
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: v19.1.3
51+
rev: v19.1.4
5252
hooks:
5353
- id: clang-format
5454

0 commit comments

Comments
 (0)