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 b8c664d commit 38ac5d7Copy full SHA for 38ac5d7
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: mixed-line-ending
18
- id: trailing-whitespace
19
- repo: https://github.com/pre-commit/mirrors-clang-format
20
- rev: v19.1.6
+ rev: v20.1.7
21
hooks:
22
- id: clang-format
23
types_or: [file]
@@ -38,7 +38,7 @@ repos:
38
# TODO/REMINDER: add the Ruff vscode extension to the devcontainers
39
# Ruff, the Python auto-correcting linter/formatter written in Rust
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.8.6
+ rev: v0.12.2
42
43
- id: ruff # linter
44
- id: ruff-format # formatter
@@ -54,7 +54,7 @@ repos:
54
exclude: "^docs/"
55
56
- repo: https://github.com/codespell-project/codespell
57
- rev: v2.3.0
+ rev: v2.4.1
58
59
- id: codespell
60
additional_dependencies: [tomli]
0 commit comments