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 bb4c2ad commit 9b07656Copy full SHA for 9b07656
.pre-commit-config.yaml
@@ -5,19 +5,19 @@ ci:
5
submodules: true
6
repos:
7
- repo: https://github.com/BlankSpruce/gersemi
8
- rev: 0.19.0
+ rev: 0.19.2
9
hooks:
10
- id: gersemi
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.8.6
+ rev: v0.11.4
13
14
- id: ruff
15
args:
16
- --fix
17
- --exit-non-zero-on-fix
18
- id: ruff-format
19
- repo: https://github.com/pre-commit/mirrors-clang-format
20
- rev: v19.1.7
+ rev: v20.1.0
21
22
- id: clang-format
23
0 commit comments