add pre-commit hooks to regulate things
[lunaix-os.git] / lunaix-os / .pre-commit-config.yaml
diff --git a/lunaix-os/.pre-commit-config.yaml b/lunaix-os/.pre-commit-config.yaml
new file mode 100644 (file)
index 0000000..c64ee57
--- /dev/null
@@ -0,0 +1,8 @@
+repos:
+-   repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: v4.6.0
+    hooks:
+    -   id: check-merge-conflict
+    -   id: check-added-large-files
+    -   id: check-shebang-scripts-are-executable
+    -   id: check-executables-have-shebangs