Skip to content

Commit d91a8f7

Browse files
committed
Fix pretty-format-yaml hook broken on Python 3.12 due to missing pkg_resources
1 parent 2b9cb78 commit d91a8f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ repos:
3030
args: [--autofix, --indent, '2']
3131
types: [file]
3232
files: \.(yaml|yml|clang-format)
33+
additional_dependencies: [setuptools]
3334
- repo: https://github.com/tdegeus/cpp_comment_format
3435
rev: v0.2.1
3536
hooks:

0 commit comments

Comments
 (0)