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 b88a45f commit 12e9b17Copy full SHA for 12e9b17
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v5.0.0
+ rev: v6.0.0
15
hooks:
16
- id: end-of-file-fixer
17
- id: mixed-line-ending
18
- id: trailing-whitespace
19
- repo: https://github.com/pre-commit/mirrors-clang-format
20
- rev: v20.1.7
+ rev: v21.1.2
21
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.12.2
+ rev: v0.13.3
42
43
- id: ruff # linter
44
- id: ruff-format # formatter
0 commit comments