We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9207ec + 8401b17 commit 690e880Copy full SHA for 690e880
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
21
# CMake linting and formatting
22
- repo: https://github.com/BlankSpruce/gersemi
23
- rev: 0.24.0
+ rev: 0.25.1
24
hooks:
25
- id: gersemi
26
name: CMake linting
requirements-dev.txt
@@ -28,5 +28,5 @@ pygments==2.19.2
28
# via gcovr
29
pyyaml==6.0.3
30
# via pre-commit
31
-virtualenv==20.35.4
+virtualenv==20.36.1
32
0 commit comments