We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e87633 commit fd58d7eCopy full SHA for fd58d7e
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'wiki-syntax-spec/.*'
2
3
repos:
4
- repo: https://github.com/trim21/pre-commit-mirror-meson
5
- rev: 'v1.10.1'
+ rev: 'v1.10.2'
6
hooks:
7
- id: meson-fmt
8
args: ['--inplace', '--editor-config']
@@ -42,12 +42,12 @@ repos:
42
- id: fix-byte-order-marker
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: v0.15.4
+ rev: v0.15.8
46
47
- id: ruff
48
args: [--fix]
49
50
- repo: https://github.com/psf/black
51
- rev: 26.1.0
+ rev: 26.3.1
52
53
- id: black
0 commit comments