aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-07-16 22:12:21 +0500
committerAnton Bobov <anton@bobov.name>2025-07-16 22:12:46 +0500
commitc56a40d31322fe20734b052edd022735393ff604 (patch)
tree6feef250aed8d00f91cbe49cb5e428c41581c8c8
parent72911efb0c9c5737cfee907e091f5ba590cd1018 (diff)
Add pre-commmit config
-rw-r--r--.pre-commit-config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..a4cf6b2
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,16 @@
+# See https://pre-commit.com for more information
+# See https://pre-commit.com/hooks.html for more hooks
+---
+repos:
+ - 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-added-large-files
+
+ - repo: https://github.com/gitleaks/gitleaks
+ rev: v8.27.2
+ hooks:
+ - id: gitleaks-docker