Skip to main content

Pre commit hook by sbrunner

Project description

Pre commit hooks

pre-commit hook used to...

Check if the copyright is up to date (using the Git history).

Adding to your .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

Copyright configuration

The default values used in the .github/copyright.yaml file.

Default values:

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})")'
one_date_format: ' Copyright (c) {year}")'
tow_date_format: ' Copyright (c) {from}-{to}")'
license_file: LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sbrunner_hooks-0.3.2.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

sbrunner_hooks-0.3.2-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file sbrunner_hooks-0.3.2.tar.gz.

File metadata

  • Download URL: sbrunner_hooks-0.3.2.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for sbrunner_hooks-0.3.2.tar.gz
Algorithm Hash digest
SHA256 447fbc956b5686afd522bedba51c45080f22239fb546987d63e066fbef4e7e8a
MD5 354dcab7416d3d17e995b1e3f7d7151a
BLAKE2b-256 391958ce191af212ce3cfb55f3c2c4855dd7fdc3bc9763493cfa5644d609e9f6

See more details on using hashes here.

Provenance

File details

Details for the file sbrunner_hooks-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for sbrunner_hooks-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f83f0fd17bde75161deeeaf58b5cc194eb54204dfa9ab6b0404d515697984a7f
MD5 eb3591f885eb6a31ab1851ec7e942bb8
BLAKE2b-256 8b5ef7c203aeaaab31449e4a6cd6ffb422acccc0c20d44ba8f7e07f26c30e517

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page