Skip to content

Commit 6c9f136

Browse files
committed
Use github library
1 parent 7fbc889 commit 6c9f136

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ repos:
101101
files: ^pandas/_libs/src|^pandas/_libs/include
102102
args: [-i]
103103
types_or: [c, c++]
104+
- repo: https://github.com/trim21/pre-commit-mirror-meson
105+
rev: v1.6.1
106+
hooks:
107+
- id: meson-fmt
108+
args: ['--inplace']
104109
- repo: local
105110
hooks:
106111
- id: pyright
@@ -303,9 +308,3 @@ repos:
303308
language: python
304309
files: ^doc/source/whatsnew/v
305310
exclude: ^doc/source/whatsnew/v(0|1|2\.0\.0)
306-
- id: meson-format
307-
name: meson-format
308-
language: python
309-
additional_dependencies: ['meson>=1.6.0']
310-
entry: meson format -i
311-
files: meson.build

0 commit comments

Comments
 (0)