2025-08-26 22:47:34+04:00
Some checks failed
Docker Build / docker (push) Failing after 2m23s

This commit is contained in:
2025-08-26 22:47:34 +04:00
parent 1c9eec978b
commit 6ed2c7f00c
3 changed files with 107 additions and 0 deletions

11
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,11 @@
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