File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,12 @@ repos:
84
84
hooks :
85
85
- id : zizmor
86
86
87
- - repo : https://github.com/sphinx-contrib/sphinx-lint
88
- rev : v1.0.0
89
- hooks :
90
- - id : sphinx-lint
91
- args : [--enable=default-role]
92
- files : ^Doc/|^Misc/NEWS.d/
93
-
94
87
- repo : https://github.com/oxipng/oxipng
95
88
rev : v9.1.5
96
89
hooks :
97
90
- id : oxipng
98
91
args : [--strip=safe, --alpha]
92
+ # Exclude all existing pngs
99
93
exclude : |
100
94
(?x)^(
101
95
Android/testbed/app/src/main/res/drawable-xxhdpi/ic_launcher\.png|
@@ -117,6 +111,13 @@ repos:
117
111
Tools/msi/bundle/SideBar\.png|
118
112
)$
119
113
114
+ - repo : https://github.com/sphinx-contrib/sphinx-lint
115
+ rev : v1.0.0
116
+ hooks :
117
+ - id : sphinx-lint
118
+ args : [--enable=default-role]
119
+ files : ^Doc/|^Misc/NEWS.d/
120
+
120
121
- repo : local
121
122
hooks :
122
123
- id : blurb-no-space-c-api
You can’t perform that action at this time.
0 commit comments