Skip to content

Commit d659724

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.2...v0.8.4) - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.5](pre-commit/mirrors-clang-format@v19.1.3...v19.1.5) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 6a54e72 commit d659724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.4'
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.5
5252
hooks:
5353
- id: clang-format
5454

@@ -63,7 +63,7 @@ repos:
6363

6464
# Python type checking
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.13.0'
66+
rev: 'v1.14.0'
6767
hooks:
6868
- id: mypy
6969
# additional_dependencies: [numpy]

0 commit comments

Comments
 (0)