Skip to content

A pre-commit hook to check that ISO 8601 version strings are valid (and set to today's date)

License

Notifications You must be signed in to change notification settings

simonrob/check-iso8601-version-string

Repository files navigation

check-iso8601-version-string

A tool (and pre-commit hook) to check that ISO 8601 version strings are valid, and set to today's date.

Installation

python -m pip install check-iso8601-version-string

As a pre-commit hook

See pre-commit for instructions.

Sample .pre-commit-config.yaml:

repos:
-   repo: https://github.com/simonrob/check-iso8601-version-string
    rev: v2023-12-20
    hooks:
    -   id: check-iso8601-version-string

About

A pre-commit hook to check that ISO 8601 version strings are valid (and set to today's date)

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages