We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7575df + 1004976 commit 9261e3dCopy full SHA for 9261e3d
2 files changed
.pre-commit-config.yaml
@@ -72,7 +72,7 @@ repos:
72
entry: meson format --configuration meson.format --inplace
73
types: [meson]
74
language: python
75
- additional_dependencies: [meson==1.10.0]
+ additional_dependencies: [meson==1.11.0]
76
77
- id: mkmaintainer
78
name: Sync maintainer issue templates
meson.format
@@ -1,4 +1,5 @@
1
group_arg_value = true
2
indent_by = ' '
3
kwargs_force_multiline = true
4
+sort_files = true
5
wide_colon = true
0 commit comments