Skip to content

Commit 4ec55b9

Browse files
[pre-commit.ci] pre-commit autoupdate (#896)
<!--pre-commit.ci start--> updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.265...v0.0.270) - [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.4](pre-commit/mirrors-clang-format@v16.0.3...v16.0.4) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 697c645 commit 4ec55b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ repos:
4040

4141
# Ruff linter, replacement for flake8, pydocstyle, isort
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: 'v0.0.265'
43+
rev: 'v0.0.270'
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
4747

4848
# C++ formatting
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v16.0.3
50+
rev: v16.0.4
5151
hooks:
5252
- id: clang-format
5353

@@ -62,7 +62,7 @@ repos:
6262

6363
# Python type checking
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: 'v1.2.0'
65+
rev: 'v1.3.0'
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: [numpy]

0 commit comments

Comments
 (0)