Skip to content

Commit fd58d7e

Browse files
chore: update pre-commit hooks (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e87633 commit fd58d7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'wiki-syntax-spec/.*'
22

33
repos:
44
- repo: https://github.com/trim21/pre-commit-mirror-meson
5-
rev: 'v1.10.1'
5+
rev: 'v1.10.2'
66
hooks:
77
- id: meson-fmt
88
args: ['--inplace', '--editor-config']
@@ -42,12 +42,12 @@ repos:
4242
- id: fix-byte-order-marker
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.15.4
45+
rev: v0.15.8
4646
hooks:
4747
- id: ruff
4848
args: [--fix]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 26.1.0
51+
rev: 26.3.1
5252
hooks:
5353
- id: black

0 commit comments

Comments
 (0)