Skip to content

Commit eecd04e

Browse files
authored
pre-commit beauthsh: add setuptools
1 parent 6bbf672 commit eecd04e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ repos:
88
rev: v6.2.1
99
hooks:
1010
- id: beautysh
11+
# Workaround bug: ModuleNotFoundError: No module named 'pkg_resources'
12+
additional_dependencies:
13+
- setuptools
1114
- repo: https://github.com/gruntwork-io/pre-commit
1215
rev: v0.1.23
1316
hooks:

0 commit comments

Comments
 (0)