Skip to content

Commit db82a4b

Browse files
Move & add comment
1 parent 2ee9bf9 commit db82a4b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,12 @@ repos:
8484
hooks:
8585
- id: zizmor
8686

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-
9487
- repo: https://github.com/oxipng/oxipng
9588
rev: v9.1.5
9689
hooks:
9790
- id: oxipng
9891
args: [--strip=safe, --alpha]
92+
# Exclude all existing pngs
9993
exclude: |
10094
(?x)^(
10195
Android/testbed/app/src/main/res/drawable-xxhdpi/ic_launcher\.png|
@@ -117,6 +111,13 @@ repos:
117111
Tools/msi/bundle/SideBar\.png|
118112
)$
119113
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+
120121
- repo: local
121122
hooks:
122123
- id: blurb-no-space-c-api

0 commit comments

Comments
 (0)