Skip to content

Commit d16c174

Browse files
committed
🔧 update beautysh hook dependencies
Added setuptools==80 as an additional dependency for the beautysh hook to resolve installation issues.
1 parent 9d74974 commit d16c174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ repos:
7070
rev: v6.2.1
7171
hooks:
7272
- id: beautysh
73+
additional_dependencies:
74+
- setuptools==80 # workaround for beautysh
7375
- repo: https://github.com/shellcheck-py/shellcheck-py
7476
rev: v0.10.0.1
7577
hooks:

0 commit comments

Comments
 (0)