sbrunner的预提交钩子
项目描述
预提交钩子
pre-commit 钩子用于...
检查版权是否最新(使用Git历史)。
添加到您的 .pre-commit-config.yaml
ci:
skip:
# Skip the copyright check on pre-commit.ci because we don't have the Git history
- copyright
- copyright-required
# Poetry didn't works with Python 3.11
- poetry-lock
- poetry-check
repos:
- repo: https://github.com/sbrunner/pre-commit-hooks
rev: <version> # Use the ref you want to point at
hooks:
# Check that the copyright is up to date
- id: copyright
# Check that the copyright is present and up to date
- id: copyright-required
# Require a timeout in GitHub workflow files
- id: workflows-require-timeout
# Check Poetry config
- id: poetry-check
additional_dependencies:
- poetry==<version>
# Do Poetry lock
- id: poetry-lock
additional_dependencies:
- poetry==<version>
# Do Pipfile lock
- id: pipenv-lock
additional_dependencies:
- pipenv==<version>
# Do Helm lock (helm should be installed)
- id: helm-lock
版权配置
在 .github/copyright.yaml
文件中使用的默认值。
默认值
one_date_re: ' Copyright \\(c\\) (?P<year>[0-9]{4})"))'
tow_date_re: ' Copyright \\(c\\) (?P<from>[0-9]{4})-(?P<to>[0-9]{4})")'
tow_date_format: ' Copyright (c) {from}-{to}")'
项目详情
关闭
sbrunner_pre_commit_hooks-0.2.3.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 428e608b8070e2893c22cf5f811f7487281b5dfcc5f53a54c35c242f512a3287 |
|
MD5 | 10fffd92f80f7270feea170c0f337cf3 |
|
BLAKE2b-256 | 24bc4475662123377a91cc8955148682008046634273e1e82c4c73d39dd5f927 |
关闭
sbrunner_pre_commit_hooks-0.2.3-py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | d0fbb9cb7df75196a8d2a64d471c27a080f6738d540022b7ee97458426f9fcda |
|
MD5 | d1552a847a1daae71ca2a78dec067fdb |
|
BLAKE2b-256 | ba8a0adf086e1f8e77fb12646cdf0142895b503c6a5d7e07ffb9d336b8b63ce1 |