fix: register check-dco console_scripts entry point

This commit is contained in:
Hermes Agent 2026-06-13 15:28:26 +08:00
parent e384faeea5
commit 4a84364019

View file

@ -60,6 +60,7 @@ console_scripts =
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
check-dco = pre_commit_hooks.check_dco:main
[bdist_wheel]
universal = True