Skip to content

Commit 7400824

Browse files
author
Peter Mounce
committed
server.zip is ok
1 parent f081580 commit 7400824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ repos:
4949
rev: v0.0.16
5050
hooks:
5151
- id: forbid-binary
52-
# Exclude png and snapshots forbid, we can check these in.
53-
exclude: ^.+\.(png|snapshot)$
52+
# Exclude png and server.zip forbid, we can check these in.
53+
exclude: ^.+\.(png|server\.zip)$
5454
# See checks in shellcheck wiki: https://github.com/koalaman/shellcheck/wiki/
5555
- id: shellcheck
5656
- id: shfmt

0 commit comments

Comments
 (0)