We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148f29e commit 1c58327Copy full SHA for 1c58327
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: "v4.6.0"
+ rev: "v5.0.0"
15
hooks:
16
- id: check-added-large-files
17
exclude: '^docs/source/_static/k3d.js$'
@@ -29,19 +29,19 @@ repos:
29
- id: trailing-whitespace
30
31
- repo: https://github.com/psf/black
32
- rev: "24.8.0"
+ rev: "24.10.0"
33
34
- id: black
35
additional_dependencies: [tomli]
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.6.1
+ rev: v0.7.3
39
40
- id: ruff
41
args: [--fix, --exit-non-zero-on-fix]
42
43
- repo: https://github.com/pre-commit/mirrors-clang-format
44
- rev: v18.1.8
+ rev: v19.1.3
45
46
- id: clang-format
47
types_or: [c, c++]
0 commit comments