Skip to content

Commit e643016

Browse files
committed
Adjust pre-commit
1 parent f9bcbf3 commit e643016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repos:
1919
additional_dependencies:
2020
- mdformat-toc
2121
- mdformat-beautysh
22+
- setuptools # workaround for beautysh
2223
# -mdformat-shfmt
2324
# -mdformat-tables
2425
- mdformat-config
@@ -68,6 +69,9 @@ repos:
6869
rev: v6.2.1
6970
hooks:
7071
- id: beautysh
72+
additional_dependencies:
73+
- setuptools # workaround for beautysh
74+
7175
- repo: https://github.com/shellcheck-py/shellcheck-py
7276
rev: v0.10.0.1
7377
hooks:

0 commit comments

Comments
 (0)