Skip to content

Commit 89c70d8

Browse files
committed
💚 Disable wrap_bin_scripts
1 parent 5cae13d commit 89c70d8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 3.2.0
40+
rev: 3.2.1
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/adrienverge/yamllint
57-
rev: v1.35.1
57+
rev: v1.37.1
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/executablebooks/mdformat
@@ -67,18 +67,18 @@ repos:
6767
- mdformat-myst
6868
- mdformat-toc
6969
- mdformat-deflist
70-
- mdformat-beautysh
70+
# - mdformat-beautysh
7171
- mdformat-ruff
7272
- mdformat-config
7373
- mdformat-web
7474
- repo: https://github.com/DavidAnson/markdownlint-cli2
75-
rev: v0.17.2
75+
rev: v0.18.1
7676
hooks:
7777
- id: markdownlint-cli2
7878
additional_dependencies:
7979
- markdown-it-texmath
8080
- repo: https://github.com/scop/pre-commit-shfmt
81-
rev: v3.10.0-2
81+
rev: v3.11.0-1
8282
hooks:
8383
- id: shfmt
8484
exclude: bin/neomuttp

template.rockspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ build = {
5252
},
5353
},
5454
}
55+
56+
deploy = {
57+
wrap_bin_scripts = false
58+
}

0 commit comments

Comments
 (0)