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 7fbc889 commit 6c9f136Copy full SHA for 6c9f136
.pre-commit-config.yaml
@@ -101,6 +101,11 @@ repos:
101
files: ^pandas/_libs/src|^pandas/_libs/include
102
args: [-i]
103
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']
109
- repo: local
110
hooks:
111
- id: pyright
@@ -303,9 +308,3 @@ repos:
303
308
language: python
304
309
files: ^doc/source/whatsnew/v
305
310
exclude: ^doc/source/whatsnew/v(0|1|2\.0\.0)
306
- - id: meson-format
307
- name: meson-format
- language: python
- additional_dependencies: ['meson>=1.6.0']
- entry: meson format -i
311
- files: meson.build
0 commit comments