pre-commit-hooks:一些用于预提交的有用钩子

时间:2024-04-25 19:41:28
【文件属性】:

文件名称:pre-commit-hooks:一些用于预提交的有用钩子

文件大小:312KB

文件格式:ZIP

更新时间:2024-04-25 19:41:28

python git pre-commit Python

提交前的钩子 一些有用的钩子可以进行预提交。 现在,钩子数量增加了2倍! 另请参阅: : 测验 活动 质量检查 其他 在预提交中使用预提交挂钩 将此添加到您的.pre-commit-config.yaml - repo : https://github.com/domdfcoding/pre-commit-hooks rev : v0.2.1 # Use the ref you want to point at hooks : - id : requirements-txt-sorter # - id: ... 挂钩可用 requirements-txt-sorter sorter对requirements.txt中的条目进行排序,并删除无效的条目,包括pkg-resources==0.2.1 。 check-docstrin


【文件预览】:
pre-commit-hooks-master
----README.rst(4KB)
----.readthedocs.yml(394B)
----.style.yapf(12KB)
----pyproject.toml(1KB)
----.pre-commit-hooks.yaml(611B)
----.imgbotconfig(77B)
----.pylintrc(14KB)
----.github()
--------dependabot.yml(191B)
--------auto_assign.yml(231B)
--------ISSUE_TEMPLATE()
--------workflows()
--------stale.yml(2KB)
----__pkginfo__.py(1011B)
----CONTRIBUTING.rst(1KB)
----tests()
--------conftest.py(667B)
--------__init__.py(0B)
--------requirements.txt(259B)
--------cassettes()
--------test_bind_requirements.py(4KB)
--------test_requirements_txt_sorter.py(3KB)
--------test_check_docstring_first.py(2KB)
----tox.ini(5KB)
----LICENSE(1KB)
----pre_commit_hooks()
--------bind_requirements.py(3KB)
--------util.py(60B)
--------__init__.py(1KB)
--------requirements_txt_sorter.py(4KB)
--------check_docstring_first.py(3KB)
----setup.cfg(597B)
----requirements.txt(112B)
----.gitignore(1KB)
----.dependabot()
--------config.yml(200B)
----repo_helper.yml(879B)
----formate.toml(1KB)
----.bumpversion.cfg(321B)
----.pre-commit-config.yaml(2KB)

网友评论