Files
vitrify-me/.pre-commit-config.yaml
Vladimir nett00n Budylnikov d2551f106d
Some checks failed
Docker Build / docker (push) Failing after 1m37s
2025-09-16 10:35:19+04:00
2025-09-16 10:35:19 +04:00

15 lines
366 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-merge-conflict
- id: detect-private-key
- id: check-added-large-files
- id: check-ast
- id: check-json
- id: check-toml
- id: check-xml