We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ba3d3 commit 8fe794fCopy full SHA for 8fe794f
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
- id: mixed-line-ending
18
# Python
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.9.1
+ rev: v0.9.7
21
hooks:
22
- id: ruff
23
args: ["--fix"]
24
types_or: [python, pyi, jupyter]
25
- id: ruff-format
26
27
- repo: https://github.com/tox-dev/tox-ini-fmt
28
- rev: "1.4.1"
+ rev: "1.5.0"
29
30
- id: tox-ini-fmt
31
# numpydoc
@@ -36,7 +36,7 @@ repos:
36
args: ["--write"]
37
# C++
38
- repo: https://github.com/pre-commit/mirrors-clang-format
39
- rev: v19.1.6
+ rev: v19.1.7
40
41
- id: clang-format
42
exclude: \.ipynb$
0 commit comments