mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-07-02 15:39:35 +00:00
fix: register check-dco console_scripts entry point
This commit is contained in:
parent
e384faeea5
commit
4a84364019
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ console_scripts =
|
||||||
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
|
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
|
||||||
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
|
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
|
||||||
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
|
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
|
||||||
|
check-dco = pre_commit_hooks.check_dco:main
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = True
|
universal = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue