Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 959 Bytes

File metadata and controls

26 lines (17 loc) · 959 Bytes

pre-commit Badge

pre-commit

What it shows

A static badge indicating that ThemisDB uses pre-commit to enforce code style and basic correctness checks automatically before every commit. Enabled hooks include clang-format, trailing whitespace, YAML/JSON linting, and more.

What it does NOT guarantee

  • pre-commit hooks run locally on a contributor's machine only when installed (pre-commit install). The badge signals the project's intent, not enforcement for every commit in the repository.

Source of truth

Source URL
Hook configuration .pre-commit-config.yaml in the repository root
pre-commit documentation https://pre-commit.com/

How contributors can verify

pip install pre-commit
pre-commit install
pre-commit run --all-files