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 e6e8326 commit e3fe2ceCopy full SHA for e3fe2ce
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.4.0
+ rev: v5.0.0
13
hooks:
14
- id: check-added-large-files
15
files: ^DasharoModulePkg/
@@ -27,14 +27,14 @@ repos:
27
28
29
- repo: https://github.com/talos-systems/conform
30
- rev: v0.1.0-alpha.27
+ rev: v0.1.0-alpha.30
31
32
- id: conform
33
stages:
34
- commit-msg
35
36
- repo: https://github.com/codespell-project/codespell
37
- rev: v2.2.5
+ rev: v2.4.1
38
39
- id: codespell
40
0 commit comments