Skip to content

Commit 56a44ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.1...v0.11.2) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.6...v20.1.0)
1 parent 34ba3d3 commit 56a44ce

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
@@ -17,15 +17,15 @@ repos:
1717
- id: mixed-line-ending
1818
# Python
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.1
20+
rev: v0.11.2
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
2424
types_or: [python, pyi, jupyter]
2525
- id: ruff-format
2626
types_or: [python, pyi, jupyter]
2727
- repo: https://github.com/tox-dev/tox-ini-fmt
28-
rev: "1.4.1"
28+
rev: "1.5.0"
2929
hooks:
3030
- id: tox-ini-fmt
3131
# numpydoc
@@ -36,7 +36,7 @@ repos:
3636
args: ["--write"]
3737
# C++
3838
- repo: https://github.com/pre-commit/mirrors-clang-format
39-
rev: v19.1.6
39+
rev: v20.1.0
4040
hooks:
4141
- id: clang-format
4242
exclude: \.ipynb$

0 commit comments

Comments
 (0)