Files
vitrify-me/.pre-commit-config.yaml
Vladimir nett00n Budylnikov 6ed2c7f00c
Some checks failed
Docker Build / docker (push) Failing after 2m23s
2025-08-26 22:47:34+04:00
2025-08-26 22:47:34 +04:00

12 lines
263 B
YAML

repos:
# --- Basic sanity checks ---
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: detect-private-key